Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ Wait
Method
Wait
utils/process/exec_default_cmd.go:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(c ExecDefaultCmd) Wait() error {
25
return
c.Cmd.Wait()
26
}
27
28
func
(c ExecDefaultCmd) ExitCode() int {
29
return
c.Cmd.ProcessState.ExitCode()
Callers
nothing calls this directly
Calls
1
Wait
Method · 0.65
Tested by
no test coverage detected