propagateBoolean

open fun propagateBoolean(): <Error class: unknown class><Boolean>

Gets the result of @task as a #gboolean.

If the task resulted in an error, or was cancelled, then this will instead return false and set @error.

Since this method transfers ownership of the return value (or error) to the caller, you may only call it once.

Return

the task result, or false on error

Since

2.36