pbs_statjob (3) Linux Manual Page
pbs_statjob – obtain status of pbs batch jobs Synopsis #include <pbs_error.h> #include <pbs_ifl.h> struct batch_status *pbs_statjob(int connect, char *id, struct attrl *attrib, char *extend) void pbs_statfree(struct batch_status *psj) Description Issue a batch request to obtain the status of a specified batch job or a set of jobs at a destination. A Status Job batch request is generated…
