]
Brian Stansberry updated WFCORE-4595:
-------------------------------------
Git Pull Request:
ControlledProcessState.State should expose whether a state means a
running server
---------------------------------------------------------------------------------
Key: WFCORE-4595
URL:
https://issues.jboss.org/browse/WFCORE-4595
Project: WildFly Core
Issue Type: Enhancement
Components: Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Three of the ControlledProcessState.State enum values indicate the server is actually
running, just with different relationships between the running configuration vs the
persistent one. Add a boolean getter to distinguish those three from the others that
indicate starting, stopping, stopped.