MCPcopy 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
24func (c ExecDefaultCmd) Wait() error {
25 return c.Cmd.Wait()
26}
27
28func (c ExecDefaultCmd) ExitCode() int {
29 return c.Cmd.ProcessState.ExitCode()

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected