getExecuted

abstract fun getExecuted(): Boolean(source)

Returns true if this task has been executed.

The task is considered executed if an attempt of the execution was made, and it has a definite outcome. The outcome itself does not affect the execution status. For instance, failed or skipped tasks will also be considered executed.

Return

true if this task has been executed.