WorkItemFailureResult

Describes how a work item operation finished with failures.

Since

5.1

Functions

Link copied to clipboard
abstract fun getEndTime(): Long
Returns the time when the operation finished its execution.
Link copied to clipboard
abstract fun getFailures(): List<out Failure>
Returns the failures that occurred while running the operation, if any.
Link copied to clipboard
abstract fun getStartTime(): Long
Returns the time when the operation started its execution.