Package: gio

Accessor gio:task-completed

Lambda List

gio:task-completed (object)

Syntax

(setf (g:task-completed object) completed)

Arguments

object -- a g:task object
completed -- a boolean whether the task has completed

Details

Gets the value of the completed property. This changes from false to true after the task’s callback is invoked, and will return false if called from inside the callback.
 

See also

#2024-10-23