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

resume

Resumes the task, if it is suspended. タスクを再開します、もしれそが一時停止されるならば。

Declaration 宣言

- (void)resume;

Discussion 議論

Newly-initialized tasks begin in a suspended state, so you need to call this method to start the task. 新しく初期化されたタスクは、一時停止された状態で始まります、それであなたはこのメソッドを呼び出してそのタスクを開始する必要があります。

See Also 参照

Controlling the Task State タスク状態を制御する