StatusEvent

An event that informs about an interim results of the operation.

Since

3.5

Functions

Link copied to clipboard
Returns the description of the operation for which progress is reported.
Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human consumable short description of the event.
Link copied to clipboard
abstract fun getEventTime(): Long
Returns the time this event was triggered.
Link copied to clipboard
abstract fun getProgress(): Long
The amount of work already performed by the build operation.
Link copied to clipboard
abstract fun getTotal(): Long
The total amount of work that the build operation is in the progress of performing, or -1 if not known.
Link copied to clipboard
abstract fun getUnit(): String
The measure used to express the amount of work.