Versions in this module Expand all Collapse all v1 v1.0.1 Oct 14, 2023 v1.0.0 Aug 12, 2023 Changes in this version + func IsCriticalToStop(t Process) bool + type Process interface + GetName func() string + GetSeverity func() ProcessSeverity + OnStart func(ctx context.Context) error + OnStop func(ctx context.Context) error + type ProcessSeverity byte + const TaskSeverityMajor + const TaskSeverityMinor