Running

data class Running(val startTime: ComparableTimeMark) : ProgressState.Status

Constructors

Link copied to clipboard
constructor(startTime: ComparableTimeMark)

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
Link copied to clipboard

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