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

workflowController(_:willRun:)

Invoked when an action in the receiver's workflow is about to run.

Declaration 宣言

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

Parameters パラメータ

controller

The controller object sending the message.

action

The workflow action that will run.

See Also 参照

Deprecated 非推奨