Click or drag to resize
TaskStatusNode Class
The Task Status Node data object.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsTaskStatusNode

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public class TaskStatusNode

The TaskStatusNode type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyFailCount
How many times the task has failed.
Public propertyHasChildren
If the node has any children.
Public propertyID
The ID of the task status node.
Public propertyName
The name of the node.
Public propertyParentID
The ID of the parent node.
Public propertyRequestID
The ID of the request.
Public propertyRootType
The type of the root node.
Public propertyRunCount
How many times the task has run.
Public propertyStatus
The status of the object.
Public propertyTaskStatus
The current status of the task.
Public propertyType
The type of the identified node.
Public propertyWarningCount
How many warnings the task has.
Top
See Also