api / org.gradle.api.tasks / TaskState / getSkipped

getSkipped

abstract fun getSkipped(): Boolean

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

Return
true if this task has been executed and skipped.