AsyncOperationRequest.isComplete

Returns true if the operation has been completed. It may be completed successfully, cancelled, or have errored out - to check this, call waitForCompletion and check the members on the response object.

class AsyncOperationRequest
abstract
bool
isComplete
()

Meta