1
2
3
4
5
{1 => "RUNNING", 2 => "SUCCEEDED", 3 => "FAILED", 4 => "PREP", 5 => "KILLED"}
Set.new([RUNNING, SUCCEEDED, FAILED, PREP, KILLED]).freeze