Uses of Enum Class
com.github.jpmsilva.jsystemd.SystemdApplicationRunStatusProvider.ApplicationState
-
Uses of SystemdApplicationRunStatusProvider.ApplicationState in com.github.jpmsilva.jsystemd
Subclasses with type arguments of type SystemdApplicationRunStatusProvider.ApplicationState in com.github.jpmsilva.jsystemdModifier and TypeClassDescriptionstatic enumEnumeration of supported application startup sequence state.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 TypeMethodDescriptionvoidSystemdApplicationRunStatusProvider.state(@NonNull SystemdApplicationRunStatusProvider.ApplicationState state, @NonNull Duration timeTaken) Updates the current application startup sequence state of the application, sending the update to systemd as well.