TaskExecutionResult

Describes the result of a non-skipped task.

Since

5.1

Inheritors

Functions

Link copied to clipboard
abstract fun getEndTime(): Long
Link copied to clipboard
@Nullable
abstract fun getExecutionReasons(): List<String>
Returns the reasons why this task was executed.
Link copied to clipboard
abstract fun getStartTime(): Long
Link copied to clipboard
abstract fun isIncremental(): Boolean
Returns whether this task was executed incrementally.