Task.returnBoolean

Sets task's result to result and completes the task (see Task.returnPointer for more discussion of exactly what this means).

class Task
void
returnBoolean
(
bool result
)

Parameters

result bool

the gboolean result of a task function.

Meta

Since

2.36