MT safe.
Task.resume
bool resume() nothrowResume task in case it was paused. If the task was stopped, it will remain in that state and this function will return false.
Returns
true if the task could be resumed.
bool resume() nothrowResume task in case it was paused. If the task was stopped, it will remain in that state and this function will return false.
MT safe.