progctl

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2025 License: BSD-3-Clause Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Notifier

type Notifier interface {
	ProgramStarted(exename string)
	ProgramStopped(exename string, err error)
}

type Routine

type Routine struct {
	Program *appconfig.ProgramConfig
	User32  *user32util.User32DLL
	Notif   Notifier
	// contains filtered or unexported fields
}

func (*Routine) Done

func (o *Routine) Done() <-chan struct{}

func (*Routine) Err

func (o *Routine) Err() error

func (*Routine) Start

func (o *Routine) Start(ctx context.Context)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL