stop


Description:

public bool stop ()

Stops this.

This method merely schedules the task to stop and will not wait for the task to have completely stopped. Use join to stop and wait for completion.

Parameters:

this

The Task to stop

Returns: