state property

String? state
getter/setter pair

Query state could be "enqueued", "running", "completed", "expired" and "failed".

Implementation

core.String? state;