Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isDone

Checks if the operation is finished.
Read time 1 minuteLast updated 8 days ago

Definition

public bool isDone { get; }

Remarks

Returns
true
if the operation is finished. Otherwise, returns
false
. After this property returns
true
, you can check RequestToUseMobileDataAsyncOperation.result to see if the end user allowed the application to use mobile data. Read-only. Additional Resources: RequestToUseMobileDataAsyncOperation.keepWaiting, RequestToUseMobileDataAsyncOperation.result.