JobMessage Object (COM-based API)
This object provides information about events that occur during processing.
Properties
Name | Type | Description |
Type | JobMessageTypeEnum | Message type (warning, error or information). |
Code | Long | The numerical code of the message. |
UnicodeStr | String | The text of the message. |
Methods
Name | Description |
LocalizedUnicodeStr | Returns the text of the message in the specified language (unlike the UnicodeStr property, which returns the text of the message in the server language). |
See also
3/26/2024 1:49:49 PM