getCompleted

open fun getCompleted(): Boolean

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

Return

true if the task has completed, false otherwise.

Since

2.44