# Functions
FromProto converts the status from protocol to status Agent representation.
IsStateFiltered returns true if state message contains error out of predefined collection of ignored errors.
# Constants
Configuring is status describing application is configuring.
Crashed is status describing application is crashed.
Degraded is status describing application is degraded.
Failed is status describing application is failed.
Healthy is status describing application is running.
Restarting is status describing application is restarting.
Starting is status describing application is starting.
Stopped is status describing not running application.
Stopping is status describing application is stopping.
Updating is status describing application is updating.
# Interfaces
Reporter is interface that is called when a state is changed.
# Type aliases
Status describes the current status of the application process.