JobMessageType (Web Services API)
JobMessageType enumeration constants specifies the type of the message occurring during processing.
enum JobMessageType {
JMT_Error,
JMT_Information,
JMT_Warning
};
Elements
| Name | Description |
| JMT_Error | Error. |
| JMT_Information | Information. |
| JMT_Warning | Warning. |
3/26/2024 1:49:49 PM