Paused
data class Paused(val startTime: ComparableTimeMark, val pauseTime: ComparableTimeMark) : ProgressState.Status
Properties
Link copied to clipboard
The time that this task finished, or null
if it isn't finished.
Link copied to clipboard
Link copied to clipboard
The time that this task was paused, or null
if it isn't paused.
Link copied to clipboard
Link copied to clipboard
The time that this task started, or null
if it hasn't started.