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.0.26418.0 , built 2021-10-22 08:54:13 UTC
Syntax
public enum State
Members
  Member nameValueDescription
Idle0 Sequence class is not performing any operation.
Creating1 Sequence class is being constructed, no operation is available.
Created2 Sequence class is created with no configuration loaded.
ConfigLoading3 Configuration is loading, no operation is available.
ConfigUnloading4 Configuration is unloading, no operation is available.
NoHologram5 Sequence class is created and no hologram is available.
Initializing6 Acquisition is being initialized.
Acquiring7 Live acquisition is running.
Recording8 Live acquisition is running and a sequence is being recorded.
Recorded9 Live acquisition is stopped and a sequence is recorded.
Loading10 A sequence is being loaded from disk.
Loaded11 A sequence has been loaded successfully from disk.
Saving12 A sequence is being saved to disk
Saved13 A sequence has been saved successfully to disk.
FatalError14 An error occured and the system cannot recover.
Closing15 Sequence class is being disposed.
Remarks

The following scheme describes the relations between the states.

See Also