'DeclarationPublic Enum CommandStatus Inherits System.Enum
'UsageDim instance As CommandStatus
public enum CommandStatus : System.Enum
public enum class CommandStatus : public System.Enum
'DeclarationPublic Enum CommandStatus Inherits System.Enum
'UsageDim instance As CommandStatus
public enum CommandStatus : System.Enum
public enum class CommandStatus : public System.Enum
| Member | Value | Description | 
|---|---|---|
| Aborted | 6 | A command finished, but was aborted. | 
| Aborting | 5 | A command is aborting. | 
| FinishedSuccessfully | 3 | A command finished successfully. | 
| FinishedWithError | 4 | A command finished with an error. | 
| NoCommand | 0 | There is no command. This is the default value. | 
| PendingPlateRequest | 7 | There is a pending plate request. | 
| Running | 2 | There is a command running. | 
| Waiting | 1 | The PIXL has connected and is waiting for a command. | 
System.Object
   System.ValueType
      System.Enum
         SI.PIXL.Client.Enums.CommandStatus
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2