Skip to main content

Interface: ITimeSkippingStatePropagation

common.v1.ITimeSkippingStatePropagation

Properties of a TimeSkippingStatePropagation.

Implemented by

Properties

fastForwardTargetTime

Optional fastForwardTargetTime: null | ITimestamp

The fast-forward target time. It only propagates across a chain of runs within the same execution.


initialSkipCount

Optional initialSkipCount: null | number

The initial skip count. It only propagates across a chain of runs within the same execution.


initialSkippedDuration

Optional initialSkippedDuration: null | IDuration

The time skipped by the previous run. It is propagated both to executions started by the current execution and through a chain of runs (CaN, cron, retry).