getSkipped

abstract fun getSkipped(): Boolean(source)

Returns true if the execution of this task was skipped for some reason.

Checking this value is meaningful only after the task has been executed.

Return

true if this task has been executed and skipped.