Method: NxtPipeline::ErrorCallback#halt_on_error?

Defined in:
lib/nxt_pipeline/error_callback.rb

#halt_on_error?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/nxt_pipeline/error_callback.rb', line 11

def halt_on_error?
  @halt_on_error
end