Method: Computation#stop
- Defined in:
- lib/signalfx/signalflow/computation.rb
#stop(reason = nil) ⇒ Object
Stop a computation
See developers.signalfx.com/v2/reference#section-stop-a-computation
237 238 239 |
# File 'lib/signalfx/signalflow/computation.rb', line 237 def stop(reason=nil) @stop_func.call(@handle, reason) end |