Aqualogic Interaction API  
 

PT_JOB_SETTINGS Fields

The fields of the PT_JOB_SETTINGS class are listed below. For a complete list of PT_JOB_SETTINGS class members, see the PT_JOB_SETTINGS Members topic.

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.

See Also

PT_JOB_SETTINGS Class | com.plumtree.server Namespace | IPTJob