| TaskStatusScope Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: PIX.QMSAPI.DataObjects
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Only its ID and information about the task being deleted or not will be returned. | |
| General | 1 | Name, task type and status will be returned. | |
| Extended | 2 | Category, DocumentPath, FinishedTime, LastLogMessages, QDSID, StartTime and TaskSummary will be returned. | |
| All | 65535 | All the information will be returned. |