McCommandTaskStatus Enumeration
|
|
Enum used to report the current command status
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Enumeration TaskStatus
Members
| Member name | Value | Description |
---|
| IsPending | 0 |
Command is not ready to run.
|
| IsReady | 1 |
Command is ready to run.
|
| IsProcessing | 2 |
Command is currently processing.
|
| IsProcessed | 3 |
Command has been successfully processed.
|
| IsError | 4 |
Command execution resulted in an error.
|
Remarks
See Also