Method: FunctionalLightService::Context#stop_processing?

Defined in:
lib/functional-light-service/context.rb

#stop_processing?Boolean

Returns:

  • (Boolean)


96
97
98
# File 'lib/functional-light-service/context.rb', line 96

def stop_processing?
  failure? || skip_remaining?
end