JobMessageTypeEnum (COM-based API)
JobMessageTypeEnum enumeration constants specifies the type of the message occurring during processing.
enum JobMessageTypeEnum {
JMT_Error = 0,
JMT_Warning = 1,
JMT_Information = 2
};
Elements
Name | Description |
JMT_Error | Error. |
JMT_Information | Information. |
JMT_Warning | Warning. |
26.03.2024 13:49:49