Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


keepWaiting

Indicates whether the operation is still in progress.
Read time 1 minuteLast updated 6 days ago

Definition

public override bool keepWaiting { get; }

Remarks

Returns
true
if the operation is still running. Otherwise, returns
false
. After this property returns
false
, you can check ConfirmationDialogAsyncOperation.result to verify if the user consented to download asset packs. Read-only.