checkStatus

abstract suspend fun checkStatus(): Result<Boolean>

Initiates a request to check the server status. 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.

Return

a Result containing a Boolean which indicates if the status was successfully checked.

Since

200.0.0