Status defines a health value that denotes how well the entity conforms to the goal state.
Enum Constants
NameDescription
green The entity is in perfect compliance with the goal state.
red The entity has reached an issue which prevents it from reaching the desired goal state. To remediate any offending issues, look at RuntimeInfo#issue and use either EamObject#resolve(int[]) or EamObject#resolveAll().
yellow The entity is actively working to reach the desired goal state.