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

workflowController(_:didError:)

Invoked when the receiver's workflow encounters an error.

Declaration 宣言

func workflowController(_ controller: AMWorkflowController, 
               didError error: 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 非推奨