Module: Candid::Tasks::Commons::Types::TaskStatus

Extended by:
Internal::Types::Enum
Defined in:
lib/candid/tasks/commons/types/task_status.rb

Constant Summary collapse

FINISHED =
"finished"
ADDRESSED_BY_PROVIDER_GROUP =
"addressed_by_provider_group"
SENT_TO_PROVIDER_GROUP =
"sent_to_provider_group"
OPEN_TASK =
"open"
BLOCKED =
"blocked"
WAITING_FOR_REVIEW =
"waiting_for_review"
IN_PROGRESS =
"in_progress"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load