B.2 Information Passed by Custom Event Jobs
The following table lists the passing information for each type of custom event job.
Icon name |
Variable |
Description |
Windows |
UNIX |
Size (bytes) |
---|---|---|---|---|---|
Common |
CMTMOUT#1 |
Whether the job timed out t: Timed out f: Other than timeout |
Y |
Y |
1 |
OBJECT01 to OBJECT10 |
Pieces of information defined in the linked program#2 |
Y |
Y |
4,085 |
- Legend:
-
Y: Can be specified
- Note1
-
The following characters are replaced by blanks if contained in the passing information:
\r, \n, \b, and \f
- Note2
-
Estimate the sizes of the macro variable names and passing information in advance so that their total size does not exceed 4,096 bytes. Be especially careful when start conditions are combined using AND. In this case, the macro variable name and passing information of all custom event jobs defined in the start conditions are merged. The data merged in this way could easily exceed 4,096 bytes.
- #1
-
If the custom event job ends normally on detecting an event, f is stored in CMTMOUT. If the timeout period is exceeded, t is stored in CMTMOUT. If the custom event job ends abnormally due to an error, nothing is stored in CMTMOUT.
- #2
-
The information that the user defined in JP1/AJS3 for Cloud Service Applications is stored. For details, see JP1/Automatic Job Management System 3 for Cloud Service Applications Description, User's Guide and Reference.