Module: Google::Cloud::Chronicle::V1::Retrohunt::State

Defined in:
proto_docs/google/cloud/chronicle/v1/rule.rb

Overview

The possible states a retrohunt can be in.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified or unknown retrohunt state.

0
RUNNING =

Running state.

1
DONE =

Done state.

2
CANCELLED =

Cancelled state.

3
FAILED =

Failed state.

4