Task.resume

Resume task in case it was paused. If the task was stopped, it will remain in that state and this function will return false.

class Task
bool
resume
()

Return Value

Type: bool

true if the task could be resumed.

MT safe.