Method: Cyclid::API::Plugins::Notifier::Local#completion

Defined in:
app/cyclid/plugins/dispatcher/local.rb

#completion(success) ⇒ Object

Ping the callback completion hook, if required



124
125
126
# File 'app/cyclid/plugins/dispatcher/local.rb', line 124

def completion(success)
  @callback&.completion(@job_id, success)
end