TaskStatusScope Enum
Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll
Assembly: PIX.dll
Determines how much of the task status information that should be retrieved when calling IQMS.GetTaskStatus for example.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
Syntax
[Flags]
public enum TaskStatusScopeFields
| Name | Description |
|---|---|
| All |
All the information will be returned. |
| Extended |
Category, DocumentPath, FinishedTime, LastLogMessages, QDSID, StartTime and TaskSummary will be returned. |
| General |
Name, task type and status will be returned. |
| None |
Only its ID and information about the task being deleted or not will be returned. |