ArcGIS Runtime SDK for iOS: AGSJobMessage Class Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSJobMessage Class Reference

Description

Informational message about the execution of a job.

Instances of this class represent an informational message about the execution of a job.

Since
100
Inheritance diagram for AGSJobMessage:
AGSObject

Properties

NSString * message
 
AGSJobMessageSeverity severity
 
AGSJobMessageSource source
 
NSDate * timestamp
 

Property Documentation

◆ message

- (NSString*) message
readnonatomiccopy

The message contents

Since
100

◆ severity

- (AGSJobMessageSeverity) severity
readnonatomicassign

The job message's severity: information, warning or error.

Since
100.4

◆ source

- (AGSJobMessageSource) source
readnonatomicassign

The source of the job message, either from the service or from the ArcGISRuntime client.

Since
100.4

◆ timestamp

- (NSDate*) timestamp
readnonatomicstrong

The date and time that the job message was created. This will be the current system time on the user's device.

Since
100.4