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<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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |