state property

String? state
getter/setter pair

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

Implementation

core.String? state;