jobComplete property

bool? jobComplete
getter/setter pair

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;