WebCenter Interaction API  
 

PT_JOBSTATUS Members

PT_JOBSTATUS overview

Public Static Fields

public fieldstaticPT_JOBSTATUS_FAILED Job terminated with a reported failure
public fieldstaticPT_JOBSTATUS_INPROCESS Job is marked as actively running
public fieldstaticPT_JOBSTATUS_INTERRUPTED Job was interrupted by an unexpected termination
public fieldstaticPT_JOBSTATUS_INVALID Invalid job status: should not be used
public fieldstaticPT_JOBSTATUS_KILLREQUESTED Job has been requested to terminate
public fieldstaticPT_JOBSTATUS_SAVINGCHECKPOINT Job is currently saving checkpoint
public fieldstaticPT_JOBSTATUS_SUCCEEDED Job successfully completed
public fieldstaticPT_JOBSTATUS_SUSPENDED Job was suspended
public fieldstaticPT_JOBSTATUS_SUSPENDING Job is currently being suspended

Public Instance Constructors

public method PT_JOBSTATUS Constructor Initializes a new instance of the PT_JOBSTATUS class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (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.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

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