Skip to main content

Interface: ITimeSkippingStatePropagation

common.v1.ITimeSkippingStatePropagation

Properties of a TimeSkippingStatePropagation.

Hierarchy

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

$Properties.initialSkipCount


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).

Inherited from

$Properties.initialSkippedDuration