This version of Unity is unsupported.

GetAssetPackStateAsyncOperation.keepWaiting

public bool keepWaiting;

Description

Checks if the operation is still running.

Returns true if the operation is still running. Otherwise, returns false. Once the property returns false, GetAssetPackStateAsyncOperation.size and GetAssetPackStateAsyncOperation.states properties can be called to get results. Read-only. See Also: GetAssetPackStateAsyncOperation.isDone, GetAssetPackStateAsyncOperation.size, GetAssetPackStateAsyncOperation.states.