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

workflowController:didError:

Invoked when the receiver's workflow encounters an error.

Declaration 宣言

- (void)workflowController:(AMWorkflowController *)controller 
                  didError:(NSError *)error;

Parameters パラメータ

controller

The controller object sending the message.

error

If a workflow error occurs, upon return contains an instance of NSError that describes the problem.

See Also 参照

Deprecated 非推奨