MCPcopy Create free account
hub / github.com/UiPath/uipathcli / wait

Method wait

plugin/studio/uipcli.go:80–83  ·  view source on GitHub ↗
(cmd process.ExecCmd, wg *sync.WaitGroup)

Source from the content-addressed store, hash-verified

78}
79
80func (c *Uipcli) wait(cmd process.ExecCmd, wg *sync.WaitGroup) {
81 defer wg.Done()
82 _ = cmd.Wait()
83}
84
85func (c *Uipcli) readOutput(output io.Reader, wg *sync.WaitGroup) {
86 defer wg.Done()

Callers 1

ExecuteAndWaitMethod · 0.95

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected