Status

Types

Link copied to clipboard
data class Finished(val startTime: ComparableTimeMark, val finishTime: ComparableTimeMark) : ProgressState.Status
Link copied to clipboard
Link copied to clipboard
data class Paused(val startTime: ComparableTimeMark, val pauseTime: ComparableTimeMark) : ProgressState.Status
Link copied to clipboard
data class Running(val startTime: 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

The time that this task was paused, or null if it isn't paused.

Link copied to clipboard

The time that this task started, or null if it hasn't started.