keepWaiting
Checks if the operation is still running.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public override bool keepWaiting { get; }
Remarks
Returns if the operation is still running. Otherwise, returns . Once the property returns false, GetAssetPackStateAsyncOperation.size and GetAssetPackStateAsyncOperation.states properties can be called to get results. Read-only. Additional Resources: GetAssetPackStateAsyncOperation.isDone, GetAssetPackStateAsyncOperation.size, GetAssetPackStateAsyncOperation.states.
truefalse