Click or drag to resize
TaskStatusScope Enumeration
Determines how much of the task status information that should be retrieved when calling IQMS.GetTaskStatus for example.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
[FlagsAttribute]
public enum TaskStatusScope
Members
  Member nameValueDescription
None0 Only its ID and information about the task being deleted or not will be returned.
General1 Name, task type and status will be returned.
Extended2 Category, DocumentPath, FinishedTime, LastLogMessages, QDSID, StartTime and TaskSummary will be returned.
All65535 All the information will be returned.
See Also