Groovy Documentation

org.gradle.api.tasks
[Java] Interface TaskState


public interface TaskState

TaskState provides information about the execution state of a Task. You can obtain a TaskState instance by calling Task.getState.


Groovy Documentation