GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_RESUME (3) - Linux Manuals
NAME
GRAM Signals -
Enumerations
enum globus_gram_protocol_job_signal_t { GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_CANCEL =1, GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_SUSPEND =2, GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_RESUME =3, GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_PRIORITY =4, GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_COMMIT_REQUEST =5, GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_COMMIT_EXTEND =6, GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_STDIO_UPDATE =7, GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_STDIO_SIZE =8, GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_STOP_MANAGER =9, GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_COMMIT_END =10 }
Detailed Description
GRAM Signals.
Enumeration Type Documentation
enum globus_gram_protocol_job_signal_t
GRAM SignalsEnumerator
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_CANCEL
- Cancel a job
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_SUSPEND
- Suspend a job
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_RESUME
- Resume a previously suspended job
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_PRIORITY
- Change the priority of a job
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_COMMIT_REQUEST
-
Signal the job manager to commence with a job submission if the job
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_COMMIT_EXTEND
-
Signal the job manager to wait an additional number of seconds
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_STDIO_UPDATE
-
Signal the job manager to change the way it is currently handling
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_STDIO_SIZE
-
Signal the job manager to verify that streamed I/O has been completely
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_STOP_MANAGER
-
Signal the job manager to stop managing the current job and terminate.
- GLOBUS_GRAM_PROTOCOL_JOB_SIGNAL_COMMIT_END
-
Signal the job manager to clean up after the completion of the job if
Author
Generated automatically by Doxygen for globus_gram_protocol from the source code.