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.
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: 28 Jun 2011
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 1994-2011 Platform Computing Corporation. All rights reserved.