Package: gio

Function gio:task-return-boolean

Lambda List

gio:task-return-boolean (task result)

Arguments

task -- a g:task instance
result -- a boolean for the result of a task function

Details

Sets the result of the g:task instance to result and completes the task. See the g:task-return-pointer function for more discussion of exactly what this means.
 

See also

#2025-09-27