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. |
26.03.2024 13:49:49