mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-05 00:03:55 +00:00
update godoc
This commit is contained in:
parent
51a2394a94
commit
2928787f51
@ -1565,7 +1565,8 @@ func FindNames() ([]string, error) {
|
|||||||
return strArr, err
|
return strArr, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// FindIds finds the all processes named with a subset of "name" (case insensitive), return matching IDs.
|
// FindIds finds the all processes named with a subset of "name" (case insensitive),
|
||||||
|
// return matched IDs.
|
||||||
func FindIds(name string) ([]int32, error) {
|
func FindIds(name string) ([]int32, error) {
|
||||||
var pids []int32
|
var pids []int32
|
||||||
nps, err := Process()
|
nps, err := Process()
|
||||||
|
Loading…
Reference in New Issue
Block a user