jobComplete property
Whether the query has completed or not.
If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available.
Implementation
core.bool? jobComplete;
Whether the query has completed or not.
If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available.
core.bool? jobComplete;