Aqualogic Interaction API  
 

PT_JOBSTATUS Members

PT_JOBSTATUS overview

Public Static Fields

PT_JOBSTATUS_FAILED Job terminated with a reported failure
PT_JOBSTATUS_INPROCESS Job is marked as actively running
PT_JOBSTATUS_INTERRUPTED Job was interrupted by an unexpected termination
PT_JOBSTATUS_INVALID Invalid job status: should not be used
PT_JOBSTATUS_KILLREQUESTED Job has been requested to terminate
PT_JOBSTATUS_SAVINGCHECKPOINT Job is currently saving checkpoint
PT_JOBSTATUS_SUCCEEDED Job successfully completed
PT_JOBSTATUS_SUSPENDED Job was suspended
PT_JOBSTATUS_SUSPENDING Job is currently being suspended

Public Instance Constructors

PT_JOBSTATUS Constructor Initializes a new instance of the PT_JOBSTATUS class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_JOBSTATUS Class | com.plumtree.server Namespace | IPTJob | IPTScheduler