Instance Method インスタンスメソッド

workflowController(_:didRun:)

Invoked when an action in the receiver's workflow is finished running.

Declaration 宣言

func workflowController(_ controller: AMWorkflowController, 
                 didRun action: AMAction)

Parameters パラメータ

controller

The controller object sending the message.

action

The workflow action that ran.

See Also 参照

Deprecated 非推奨