Click or drag to resize

SequenceStateMachineState Enumeration

Define the different states allowed in the Sequence API classes.

Namespace:  LynceeTec.API.Sequence
Assembly:  LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.2.6612.0 , built 2022-07-14 10:47:23 UTC
Syntax
public enum State
Members
  Member nameValueDescription
Idle0 Sequence class is not performing any operation.
Ready1 Sequence is idle but data are available for any operation.
Creating2 Sequence class is being constructed, no operation is available.
Created3 Sequence class is created with no configuration loaded.
ConfigLoading4 Configuration is loading, no operation is available.
ConfigUnloading5 Configuration is unloading, no operation is available.
NoHologram6 Sequence class is created and no hologram is available.
Initializing7 Acquisition is being initialized.
Acquiring8 Live acquisition is running.
Recording9 Live acquisition is running and a sequence is being recorded.
Recorded10 Live acquisition is stopped and a sequence is recorded.
Loading11 A sequence is being loaded from disk.
Loaded12 A sequence has been loaded successfully from disk.
Saving13 A sequence is being saved to disk
Saved14 A sequence has been saved successfully to disk.
FatalError15 An error occured and the system cannot recover.
Closing16 Sequence class is being disposed.
Remarks

The following scheme describes the relations between the states.

See Also