An informational message about the execution of a Job. More...
| Header | #include <Job |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Job | |
| Job | |
| Job | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| bool | is |
| QString | message() const |
| Esri | severity() const |
| Esri | source() const |
| QDate | time |
Detailed Description
Member Function Documentation
JobMessage::JobMessage (Esri::ArcGISRuntime::JobMessage &&other)
Move constructor from other JobMessage.
JobMessage::JobMessage (const Esri::ArcGISRuntime::JobMessage &other)
Copy constructor from other JobMessage.
JobMessage::JobMessage ()
Default constructor.
Warning: This is for convenience only. It constructs an empty object.
Esri::ArcGISRuntime::JobMessage &JobMessage::operator=(Esri::ArcGISRuntime::JobMessage &&other)
Move operator from other JobMessage.
Esri::ArcGISRuntime::JobMessage &JobMessage::operator=(const Esri::ArcGISRuntime::JobMessage &other)
Assignment operator from other JobMessage.
JobMessage::~JobMessage ()
Destructor.
bool JobMessage::isEmpty () const
Returns true if this JobMessage is empty.
QString JobMessage::message() const
Returns the message contents.
Esri::ArcGISRuntime::JobMessageSeverity JobMessage::severity() const
Returns the severity of the job message: information, warning or error.
The default value is JobMessageSeverity::Unknown.
This function was introduced in Esri::ArcGISRuntime 100.4.
Esri::ArcGISRuntime::JobMessageSource JobMessage::source() const
Returns the source of the job message, either from the service or from the ArcGISRuntime client.
The default value is JobMessageSource::Client.
This function was introduced in Esri::ArcGISRuntime 100.4.
QDateTime JobMessage::timeStamp () const
Returns the date and time that the message was created.
The timestamp is in the current system time of the user's device, formatted as UTC.
This function was introduced in Esri::ArcGISRuntime 100.4.