Stops task. This method merely schedules the task to stop and will not wait for the task to have completely stopped. Use Task.join to stop and wait for completion.
TRUE if the task could be stopped.
MT safe.
Stops task. This method merely schedules the task to stop and will not wait for the task to have completely stopped. Use Task.join to stop and wait for completion.