Grid Community Toolkit  6.2.1705709074 (tag: v6.2.20240202)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Scheduler Event Generator Protocol

The general form for the SEG protocol messages is

MESSAGE-TYPE;TIMESTAMP;message-type-specific content

Message Types

001 - Job State Change

        Message Format: 001;TIMESTAMP;JOBID;STATE;EXIT_CODE
    Message Type Specific Content:
JOBID
local scheduler-specific job id
STATE
new job state (integer as per the GRAM protocol constants)
EXIT_CODE
job exit code if STATE is done or failed.