start


Description:

public bool start ()

Starts this.

The this must have a lock associated with it using set_lock or this function will return false .

Parameters:

this

The Task to start

Returns:

true if the task could be started.

MT safe.