Task.start

Starts task. The task must have a lock associated with it using gst.task.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.