TaskSkippedResult

Describes how a task operation was skipped.

Since

2.5

Functions

Link copied to clipboard
abstract fun getEndTime(): Long
Returns the time when the operation finished its execution.
Link copied to clipboard
abstract fun getSkipMessage(): String
Returns a message describing the reason for skipping the task.
Link copied to clipboard
abstract fun getStartTime(): Long
Returns the time when the operation started its execution.