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

workflowController:willRunAction:

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

Declaration 宣言

- (void)workflowController:(AMWorkflowController *)controller 
             willRunAction:(AMAction *)action;

Parameters パラメータ

controller

The controller object sending the message.

action

The workflow action that will run.

See Also 参照

Deprecated 非推奨