TaskStatusScope Enum
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 TaskStatusScope
Fields
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. |
See Also
Extension Methods
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!