Interface: ITimeSkippingStatePropagation
common.v1.ITimeSkippingStatePropagation
Properties of a TimeSkippingStatePropagation.
Hierarchy
-
↳
ITimeSkippingStatePropagation
Properties
fastForwardTargetTime
• Optional fastForwardTargetTime: null | $Properties
The fast-forward target time. It only propagates across a chain of runs within the same execution.
Inherited from
$Properties.fastForwardTargetTime
initialSkipCount
• Optional initialSkipCount: null | number
The initial skip count. It only propagates across a chain of runs within the same execution.
Inherited from
initialSkippedDuration
• Optional initialSkippedDuration: null | $Properties
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).