Show / Hide Table of Contents

Method CheckStatusAsync

CheckStatusAsync()

Initiates a request to check the status of a job while executing on a server

Declaration
public Task<bool> CheckStatusAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

A task that represents the asynchronous status check operation. The value of the task result is a bool indicating whether the check was successful.

Remarks

The task completes after the status has been checked. If the job is polling the server for status and is in a time gap, then calling this method will ensure a request is sent right away. The result can be false if the job is not checking server status - for example, if the job status is paused or uploading.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.