TaskSuccessResult

Describes how a task operation finished successfully.

Since

2.5

Functions

Link copied to clipboard
abstract fun getEndTime(): Long
Link copied to clipboard
Link copied to clipboard
abstract fun getStartTime(): Long
Link copied to clipboard
abstract fun isFromCache(): Boolean
Returns whether the output for this task was pulled from a build cache when using task output caching.
Link copied to clipboard
abstract fun isIncremental(): Boolean
Link copied to clipboard
abstract fun isUpToDate(): Boolean
Returns whether this task was up-to-date.