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.
Resumes the task, if it is suspended.
func resume()Newly-initialized tasks begin in a suspended state, so you need to call this method to start the task.