jobExternalMsgReq Struct Reference
structure jobExternalMsgReq contains the information required to define an external message of a job. More...
Data Fields
int options LS_LONG_INT jobId char * jobName int msgIdx char * desc int userId long dataSize time_t postTime char * userName Detailed Description
structure jobExternalMsgReq contains the information required to define an external message of a job.Field Documentation
Specifies if the message has an attachment to be read.
<lsf/lsbatch.h> defines the following flags constructed from bits. These flags correspond to options.
EXT_MSG_READ
Read the external job message. There is no attached data file.
EXT_ATTA_READ
Read the external job message and data file posted to the job.
If there is no data file attached, the error message "The attached data of the message is not available" is displayed, and the external job message is displayed.
LS_LONG_INT jobExternalMsgReq::jobId The system generated job Id of the job.
The name of the job if jobId is undefined (<=0).
The message index.
A job can have more than one message. Use msgIdx in an array to index messages.
char* jobExternalMsgReq::desc Text description of the msg.
The userId of the author of the message.
The size of the data file.
If no data file is attached, the size is 0.
time_t jobExternalMsgReq::postTime The time the author posted the message.
The author of the message.
Date Modified: 30 Jan 2011
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 1994-2011 Platform Computing Corporation. All rights reserved.