Versions in this module Expand all Collapse all v1 v1.0.0 Apr 21, 2026 Changes in this version + const AppStateStarted + const AppStateStopped + const TargetType + func NewAppDiscovery() discovery_kit_sdk.TargetDiscovery + func NewCheckAppAction() action_kit_sdk.Action[CheckAppState] + func NewRestartAction() action_kit_sdk.Action[RestartActionState] + func NewStopAction() action_kit_sdk.Action[StopActionState] + type CheckAppState struct + AppGUID string + AppName string + End time.Time + ExpectedState string + StateCheckMode string + StateCheckSuccess bool + type RestartActionState struct + AppGUID string + AppName string + type StopActionState struct + AppGUID string + AppName string + InitialState string