Uses of Enum Class
com.github.jpmsilva.jsystemd.SystemdApplicationRunStatusProvider.ApplicationState
-
Uses of SystemdApplicationRunStatusProvider.ApplicationState in com.github.jpmsilva.jsystemd
Methods in com.github.jpmsilva.jsystemd that return SystemdApplicationRunStatusProvider.ApplicationStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SystemdApplicationRunStatusProvider.ApplicationState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.jpmsilva.jsystemd with parameters of type SystemdApplicationRunStatusProvider.ApplicationStateModifier and TypeMethodDescriptionvoid
SystemdApplicationRunStatusProvider.state
(@NotNull SystemdApplicationRunStatusProvider.ApplicationState state, @NotNull Duration timeTaken) Updates the current application startup sequence state of the application, sending the update to systemd as well.