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

suspend()

Temporarily suspends a task. 一時的にタスクを一時停止します。

Declaration 宣言

func suspend()

Discussion 議論

A task, while suspended, produces no network traffic and isn’t subject to timeouts. Call resume() to resume data transfer.

See Also 参照

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

Related Documentation 関連文書