We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12269db commit f9bfe48Copy full SHA for f9bfe48
pkg/util/exec_windows.go
@@ -86,3 +86,8 @@ func Kill(cmd *exec.Cmd) error {
86
}
87
return err
88
89
+
90
+// IsProcessInDState does not apply to Windows.
91
+func IsProcessInDState(pid int) bool {
92
+ return false
93
+}
0 commit comments