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