Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.4 - 200.1
.NET 6.0100.13 - 200.1
.NET 6.0 Windows100.13 - 200.1
.NET 6.0 Android200.0 - 200.1
.NET 6.0 iOS200.0 - 200.1
.NET Framework100.4 - 200.1
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.4 - 100.15
iOS100.4 - 100.15
UWP100.4 - 200.1
In This Article
Back to top Copyright © 2022 Esri.