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

Struct ExecCustomProcess

utils/process/exec_custom_process.go:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type ExecCustomProcess struct {
9 ExitCode int
10 Stdout string
11 Stderr string
12 OnStart func(name string, args []string)
13}
14
15func (e ExecCustomProcess) Command(name string, args ...string) ExecCmd {
16 return ExecCustomCmd{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected