Interface StageStatus
- All Known Implementing Classes:
StageStatus.Disabled,StageStatus.Faulted,StageStatus.Good
public sealed interface StageStatus
permits StageStatus.Good, StageStatus.Disabled, StageStatus.Faulted
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classStage has been disabled.static final recordException was encountered during creation or startup of Stage.static final classStage has successfully been created and is awaiting events. -
Field Summary
Fields
-
Field Details
-
DISABLED
-
GOOD
-