![]() | SequenceStateMachineState Enumeration |
Namespace: LynceeTec.API.Sequence
Member name | Value | Description | |
---|---|---|---|
Idle | 0 | Sequence class is not performing any operation. | |
Creating | 1 | Sequence class is being constructed, no operation is available. | |
Created | 2 | Sequence class is created with no configuration loaded. | |
ConfigLoading | 3 | Configuration is loading, no operation is available. | |
ConfigUnloading | 4 | Configuration is unloading, no operation is available. | |
NoHologram | 5 | Sequence class is created and no hologram is available. | |
Initializing | 6 | Acquisition is being initialized. | |
Acquiring | 7 | Live acquisition is running. | |
Recording | 8 | Live acquisition is running and a sequence is being recorded. | |
Recorded | 9 | Live acquisition is stopped and a sequence is recorded. | |
Loading | 10 | A sequence is being loaded from disk. | |
Loaded | 11 | A sequence has been loaded successfully from disk. | |
Saving | 12 | A sequence is being saved to disk | |
Saved | 13 | A sequence has been saved successfully to disk. | |
FatalError | 14 | An error occured and the system cannot recover. | |
Closing | 15 | Sequence class is being disposed. |
The following scheme describes the relations between the states.