CycleStateMachineState Enumeration |
Namespace: LynceeTec.API.Cycle
| Member name | Value | Description | |
|---|---|---|---|
| Creating | 0 | Cycle class is being constructed, no operation is available. | |
| NoHologram | 1 | Cycle class is created and no data is available. | |
| Initializing | 2 | Cycle is being initialized. | |
| Initialized | 3 | Cycle is initialized and ready to record. | |
| Recording | 4 | Cycle recording is running. | |
| Loading | 5 | A cycle is being loaded from disk. | |
| Loaded | 6 | A cycle has been loaded successfully from disk. | |
| Saving | 7 | A cylce is being saved to disk | |
| Saved | 8 | A cycle has been saved successfully to disk. | |
| FatalError | 9 | An error occured and the system cannot recover. | |
| Closing | 10 | Sequence class is being disposed. |