mirror of
https://github.com/moqsien/processes.git
synced 2025-12-24 12:27:54 +08:00
v1.0.3
This commit is contained in:
@@ -14,7 +14,7 @@ type IProc interface {
|
||||
StartProc(wait bool)
|
||||
StopProc(wait bool)
|
||||
GetProcessInfo() *Info
|
||||
Clone() (*ProcessPlus, error)
|
||||
Clone() (IProc, error)
|
||||
}
|
||||
|
||||
type Manager struct {
|
||||
|
||||
Reference in New Issue
Block a user