resume
Description:
[
Version ( since =
"1.18" ) ]
public bool resume ()
Resume this in case it was paused.
If the task was stopped, it will remain in that state and this function will return false.
Parameters:
Returns:
true if the task could be resumed.
MT safe.
|