Enum CommandStatus
Enumeration of command status.
Namespace: SI.PIXL.Client.Enums
Assembly: SI.PIXL.Client.dll
Syntax
public enum CommandStatus
Fields
Name | Description |
---|---|
Aborted | A command finished, but was aborted. |
Aborting | A command is aborting. |
FinishedSuccessfully | A command finished successfully. |
FinishedWithError | A command finished with an error. |
NoCommand | There is no command. This is the default value. |
PendingPlateRequest | There is a pending plate request. |
Running | There is a command running. |
Waiting | The PIXL has connected and is waiting for a command. |