Method: Fastlane::FastFile#action_completed

Defined in:
fastlane/lib/fastlane/fast_file.rb

#action_completed(action_name, status: nil) ⇒ Object



466
467
468
469
470
471
# File 'fastlane/lib/fastlane/fast_file.rb', line 466

def action_completed(action_name, status: nil)
  completion_context = FastlaneCore::ActionCompletionContext.context_for_action_name(action_name,
                                                                                     args: ARGV,
                                                                                     status: status)
  FastlaneCore.session.action_completed(completion_context: completion_context)
end