Contents

resume()

Resumes the task, if it is suspended.

Declaration

func resume()

Mentioned in

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