Click or drag to resize

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
Syntax
VB
Public Enumeration TaskStatus
Members
  Member nameValueDescription
IsPending0 Command is not ready to run.
IsReady1 Command is ready to run.
IsProcessing2 Command is currently processing.
IsProcessed3 Command has been successfully processed.
IsError4 Command execution resulted in an error.
Remarks