Versions in this module Expand all Collapse all v0 v0.2.9 Sep 1, 2026 Changes in this version + var ErrUnsupported = errors.New("runnerbusy: no local probe on this platform") + func IsWorkerProcess(name string) bool + type ContainerTask interface + ID func() string + Pids func(context.Context) ([]client.ProcessInfo, error) + type State int + const Busy + const Idle + const Unknown + func ContainerBusy(_ context.Context, _ ContainerTask, _ *slog.Logger) (State, error) + func ContainerBusy(ctx context.Context, t ContainerTask, log *slog.Logger) (State, error) + func (s State) String() string