resume()
Resumes execution of a suspended task.
Declaration
func resume() -> BoolReturn Value
true if the receiver was able to resume execution, false otherwise.
Discussion
If the system sent multiple suspend() messages to the receiver, an equal number of resume() messages must be sent before the task resumes execution.