Enum JobState (3.1.0)

public enum JobState

Possible states of a job.

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Fields

NameDescription
Done

The job has completed (possibly unsuccessfully).

Pending

The job has not yet stated.

Running

The job is running.