Variable offsetDetectionStepsConst

offsetDetectionSteps: OffsetDetectionSteps = ...

Template describing the ordered offset detection steps and their initial state.

This array serves as the baseline structure for reporting progress during the offset detection procedure. It is typically cloned and mutated as the procedure executes, with each step transitioning through statuses such as:

  • 'idle'
  • 'running'
  • 'succeeded'
  • 'failed'

The structure and order of this array define:

  • The sequence in which diagnostic steps are executed
  • The shape of progress updates emitted during the procedure

Consumers should treat this array as immutable and use a cloned copy when tracking or displaying runtime progress.

Generated using TypeDoc