Aqualogic Interaction API  
 

PT_JOB_SETTINGS Members

PT_JOB_SETTINGS overview

Public Static Fields

PT_JOB_CONTINUEONERRORS Zero or One. 0=default. Indicates that the job should ignore an operation failure and attempt to run all operations.
PT_JOB_LASTRUNTIME Date when the job last ran
PT_JOB_LOGLEVEL The verbosity level of the job log created when the job is run.
PT_JOB_NEXTRUNTIME Date when the job should run next
PT_JOB_TIMEOUT The maximum amount of time for the job to run. This includes all operations. 0 (the default) indicates the job should run until it is finished. Use with PT_JOB_TIMEOUT_UNITS
PT_JOB_TIMEOUT_UNITS Time units for the maximum amount of time for the job to run. Can be PT_SCHEDULETYPE_MINUTELY or PT_SCHEDULETYPE_HOURLY. See PT_JOB_TIMEOUT.

Public Instance Constructors

PT_JOB_SETTINGS Constructor Initializes a new instance of the PT_JOB_SETTINGS 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_JOB_SETTINGS Class | com.plumtree.server Namespace | IPTJob