dependJobs Struct Reference
dependency jobs. More...
Data Fields
LS_LONG_INT jobId char * jobname int level int jobstatus int hasDependency char * condition int satisfied LS_LONG_INT depJobId Detailed Description
dependency jobs.Field Documentation
LS_LONG_INT dependJobs::jobId Job ID.
By default, it is the parent job of the queried job. Modify to child job by setting QUERY_DEPEND_CHILD in options of JobDepRequest.
char* dependJobs::jobname The job name associated with the job ID.
The number of degrees of separation from the original job.
Job status of the job.
Whether the job ID has a dependency or not.
When you set QUERY_DEPEND_RECURSIVELY in options of JobDepRequest, 0 indicates job ID does not have a dependency. Otherwise, one or more of the following bits displays:
- JOB_HAS_DEPENDENCY: Job has a dependency.
- JOB_HAS_INDIVIDUAL_CONDITION: Job has an individual dependency condition when it is an element of job array.
char* dependJobs::condition When you set "QUERY_DEPEND_DETAIL" into options, it is dependency condition of jobId.
It is "" when you do not set "QUERY_DEPEND_DETAIL".
Whether the condition is satisfied.
If it is satisfied, the value is 1. If it is not satisfied, the value is 0. If it is invalid or never satisfied, the value is -1.
LS_LONG_INT dependJobs::depJobId Job ID.
By default, it is the child job. Modify to parent job by setting QUERY_DEPEND_CHILD in options of JobDepRequest
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.