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

workflowController:didRunAction:

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

Declaration 宣言

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

Parameters パラメータ

controller

The controller object sending the message.

action

The workflow action that ran.

See Also 参照

Deprecated 非推奨