Qorus Integration Engine
3.1.0.p16
|
functions specific to the job API More...
Namespaces | |
OMQ | |
main Qorus system namespace | |
OMQ::UserApi | |
user API namespace root | |
OMQ::UserApi::Job | |
Qorus job API namespace. | |
Functions | |
OMQ::UserApi::Job::job_error (string err, softstring desc="", any info, softstring severity=OMQ::ES_Major, softbool business=False) | |
raises an error in a running job; does not affect the flow of execution in the job code More... | |
OMQ::UserApi::Job::job_warning (string err, softstring desc="", any info, softbool business=False) | |
raises a warning in a running job; does not affect the flow of execution in the job code More... | |
OMQ::UserApi::Job::job_err (string err, string desc_fmt) | |
raises an error in a running job; does not affect the flow of execution in the job code More... | |
OMQ::UserApi::Job::job_warn (string err, string desc_fmt) | |
raises a warning in a running job; does not affect the flow of execution in the job code More... | |
OMQ::UserApi::Job::job_save_info (any info) | |
saves information against the job instance in the database More... | |
hash | OMQ::UserApi::Job::job_info () |
returns a hash of job information about the current job More... | |
OMQ::UserApi::Job::job_save_state_data (hash data) | |
serializes the given hash and stores against the job's state data in JOB_STATE_DATA More... | |
*hash | OMQ::UserApi::Job::job_get_state_data () |
returns any job state state data stored with job_save_state_data() More... | |
bool | OMQ::UserApi::Job::job_set_trigger (date ts) |
sets a one-time custom trigger time for the job; returns True if set, False if ignored More... | |
functions specific to the job API