Enum JobMessageSeverity
The different levels of severity of a job message.
Namespace: Esri.ArcGISRuntime.Tasks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum JobMessageSeverity
Fields
Name | Description |
---|---|
Error | An error message indicates a critical event that caused the job to fail. The error instance is also available from the job's Error property. |
Info | An informative message is generated during the job's execution, such as a job uploading data, job progressing on a server or job results. This message type never indicates a problem. |
Warning | A warning message is generated when a job experiences a situation that may cause a problem during its execution or when the result may not be what you expect. For example, when the job has failed to take a layer offline from an online map. Generally the job will run to successful completion even if there are one or more warnings. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.4 - 200.5 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.5 |