Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessHandler ¶
type ProcessHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New( osWrapper OSWrapper, ) *ProcessHandler
func (*ProcessHandler) KillProcess ¶
func (f *ProcessHandler) KillProcess(processPid int) error
func (*ProcessHandler) WatchProcessAndGetTerminationChan ¶
func (f *ProcessHandler) WatchProcessAndGetTerminationChan(processPid int) <-chan struct{}
Click to show internal directories.
Click to hide internal directories.