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
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |