Contents

resume()

Resumes execution of a suspended task.

Declaration

func resume() -> Bool

Return 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.

See Also

Running and Stopping