An informational message about the execution of a Job. More...
Header: | #include <JobMessage.h> |
Since: | Esri::ArcGISRuntime 100.0 |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
JobMessage(Esri::ArcGISRuntime::JobMessage &&other) | |
JobMessage(const Esri::ArcGISRuntime::JobMessage &other) | |
JobMessage() | |
Esri::ArcGISRuntime::JobMessage & | operator=(Esri::ArcGISRuntime::JobMessage &&other) |
Esri::ArcGISRuntime::JobMessage & | operator=(const Esri::ArcGISRuntime::JobMessage &other) |
~JobMessage() | |
bool | isEmpty() const |
QString | message() const |
Esri::ArcGISRuntime::JobMessageSeverity | severity() const |
Esri::ArcGISRuntime::JobMessageSource | source() const |
QDateTime | timeStamp() const |
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.