.TH "globus_gram_protocol_job_state" 3 "Version 13.6" "globus_gram_protocol" \" -*- nroff -*- .ad l .nh .SH NAME globus_gram_protocol_job_state \- GRAM Job States .PP \- GRAM Job States\&. .SH SYNOPSIS .br .PP .SS "Enumerations" .in +1c .ti -1c .RI "enum \fBglobus_gram_protocol_job_state_t\fP { \fBGLOBUS_GRAM_PROTOCOL_JOB_STATE_PENDING\fP =1, \fBGLOBUS_GRAM_PROTOCOL_JOB_STATE_ACTIVE\fP =2, \fBGLOBUS_GRAM_PROTOCOL_JOB_STATE_FAILED\fP =4, \fBGLOBUS_GRAM_PROTOCOL_JOB_STATE_DONE\fP =8, \fBGLOBUS_GRAM_PROTOCOL_JOB_STATE_SUSPENDED\fP =16, \fBGLOBUS_GRAM_PROTOCOL_JOB_STATE_UNSUBMITTED\fP =32, \fBGLOBUS_GRAM_PROTOCOL_JOB_STATE_STAGE_IN\fP =64, \fBGLOBUS_GRAM_PROTOCOL_JOB_STATE_STAGE_OUT\fP =128, \fBGLOBUS_GRAM_PROTOCOL_JOB_STATE_ALL\fP =0xFFFFF }" .br .in -1c .SH "Detailed Description" .PP GRAM Job States\&. The globus_gram_protocol_job_state_t contains information about the current state of the job as known by the job manager\&. Job state changes are sent by the Job Manager to all registered clients\&. A client may ask for information from the job manager via the status request\&. .SH "Enumeration Type Documentation" .PP .SS "enum \fBglobus_gram_protocol_job_state_t\fP" GRAM Job States .PP \fBEnumerator\fP .in +1c .TP \fB\fIGLOBUS_GRAM_PROTOCOL_JOB_STATE_PENDING \fP\fP The job is waiting for resources to become available to run\&. .TP \fB\fIGLOBUS_GRAM_PROTOCOL_JOB_STATE_ACTIVE \fP\fP The job has received resources and the application is executing\&. .TP \fB\fIGLOBUS_GRAM_PROTOCOL_JOB_STATE_FAILED \fP\fP The job terminated before completion because an error, user-triggered cancel, or system-triggered cancel\&. .TP \fB\fIGLOBUS_GRAM_PROTOCOL_JOB_STATE_DONE \fP\fP The job completed successfully .TP \fB\fIGLOBUS_GRAM_PROTOCOL_JOB_STATE_SUSPENDED \fP\fP The job has been suspended\&. Resources which were allocated for this job may have been released due to some scheduler-specific reason\&. .TP \fB\fIGLOBUS_GRAM_PROTOCOL_JOB_STATE_UNSUBMITTED \fP\fP The job has not been submitted to the scheduler yet, pending the reception of the GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_COMMIT_REQUEST signal from a client\&. .TP \fB\fIGLOBUS_GRAM_PROTOCOL_JOB_STATE_STAGE_IN \fP\fP The job manager is staging in files to run the job\&. .TP \fB\fIGLOBUS_GRAM_PROTOCOL_JOB_STATE_STAGE_OUT \fP\fP The job manager is staging out files generated by the job\&. .TP \fB\fIGLOBUS_GRAM_PROTOCOL_JOB_STATE_ALL \fP\fP A mask of all job states\&. .SH "Author" .PP Generated automatically by Doxygen for globus_gram_protocol from the source code\&.