| TaskStatusNode Class |
Namespace: PIX.QMSAPI.DataObjects
The TaskStatusNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| FailCount |
How many times the task has failed.
| |
| HasChildren |
If the node has any children.
| |
| ID |
The ID of the task status node.
| |
| Name |
The name of the node.
| |
| ParentID |
The ID of the parent node.
| |
| RequestID |
The ID of the request.
| |
| RootType |
The type of the root node.
| |
| RunCount |
How many times the task has run.
| |
| Status |
The status of the object.
| |
| TaskStatus |
The current status of the task.
| |
| Type |
The type of the identified node.
| |
| WarningCount |
How many warnings the task has.
|