Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NewManager NewManager func() *gproc.Manager = gproc.NewManager // NewProcess NewProcess func(path string, args []string, environment ...[]string) *gproc.Process = gproc.NewProcess // NewProcessCmd NewProcessCmd func(cmd string, environment ...[]string) *gproc.Process = gproc.NewProcessCmd )
View Source
var GetRunningPids func() ([]int32, error) = process.Pids
View Source
var PID int = os.Getpid()
PidExists pid是否存在?
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.