Module: AgentClientProtocol::Schema::PlanEntryStatus

Defined in:
lib/agent_client_protocol/schema/types.rb

Constant Summary collapse

PENDING =
"pending".freeze
IN_PROGRESS =
"in_progress".freeze
COMPLETED =
"completed".freeze
ALL =
[PENDING, IN_PROGRESS, COMPLETED].freeze