Click or drag to resize

CycleStateMachineState Enumeration

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 9.0.26418.0 , built 2021-10-22 08:52:21 UTC
Syntax
public enum State
Members
  Member nameValueDescription
Creating0 Cycle class is being constructed, no operation is available.
NoHologram1 Cycle class is created and no data is available.
Initializing2 Cycle is being initialized.
Initialized3 Cycle is initialized and ready to record.
Recording4 Cycle recording is running.
Loading5 A cycle is being loaded from disk.
Loaded6 A cycle has been loaded successfully from disk.
Saving7 A cylce is being saved to disk
Saved8 A cycle has been saved successfully to disk.
FatalError9 An error occured and the system cannot recover.
Closing10 Sequence class is being disposed.
See Also