DurationFromPresent

data class DurationFromPresent(val dur: Duration) : CheckpointRetention

Retain all checkpoints in within a range from the current simulation time.

Constructors

Link copied to clipboard
constructor(dur: Duration)

Properties

Link copied to clipboard
val dur: Duration