Task.getCompleted

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

class Task
bool
getCompleted
()

Return Value

Type: bool

TRUE if the task has completed, FALSE otherwise.

Meta

Since

2.44