done property
If the value is false
, it means the evaluation is still in progress.
If true
, the operation is completed, and either error
or response
is
available.
Output only.
Implementation
core.bool? done;
If the value is false
, it means the evaluation is still in progress.
If true
, the operation is completed, and either error
or response
is
available.
Output only.
core.bool? done;