# isDone

> Indicates whether the operation has completed.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public bool isDone { get; }
```

### Remarks

Returns `true` if the operation is finished. Otherwise, returns `false`. After this property returns `true`, you can check [\_result](/engine/6000.7/script-reference/unityengine/android/confirmationdialogasyncoperation/result.md) to verify if the user consented to download asset packs. Read-only.

Additional Resources: [\_keepWaiting](/engine/6000.7/script-reference/unityengine/android/confirmationdialogasyncoperation/keepwaiting.md), [\_result](/engine/6000.7/script-reference/unityengine/android/confirmationdialogasyncoperation/result.md)
