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

resume

Resumes execution of a suspended task.

Declaration 宣言

- (BOOL)resume;

Return Value 戻り値

YES if the receiver was able to resume execution, NO otherwise. YES、もしレシーバが遂行を再開可能だったならば、そうでなければNO

Discussion 議論

If the system sent multiple suspend messages to the receiver, an equal number of resume messages must be sent before the task resumes execution.

See Also 参照

Running and Stopping a Task タスクの実行と停止