Show / Hide Table of Contents

Method CheckStatusAsync

CheckStatusAsync()

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

Declaration
Task<bool> CheckStatusAsync()
Returns
Type Description
Task<bool>

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
.NET300.0 - 300.1
.NET Windows300.0 - 300.1
.NET Android300.0 - 300.1
.NET iOS300.0 - 300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.