Task.start

Starts task. The task must have a lock associated with it using Task.setLock or this function will return FALSE.

class Task
bool
start
()

Return Value

Type: bool

TRUE if the task could be started.

MT safe.