Task.start

bool start()

Starts task. The task must have a lock associated with it using [gst.task.Task.setLock] or this function will return false.

Returns

true if the task could be started.

MT safe.