Contents

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

Related Documentation

Controlling the task state