JolieDoc for Port Exec
From file exec.iol
| Port Name | Location | Protocol |
|---|---|---|
| Exec |
List of the available interfaces
Interface ExecInterface
| Heading | Input type | Output type | Faults |
|---|---|---|---|
| exec | CommandExecutionRequest |
CommandExecutionResult |
Operation list
exec( CommandExecutionRequest )( CommandExecutionResult )
Message type list
CommandExecutionRequest
type CommandExecutionRequest: string {
.args*: string
.workingDirectory?: string
.stdOutConsoleEnable?: bool
.waitFor?: int
}
CommandExecutionResult
type CommandExecutionResult: any {
.exitCode?: int
.stderr?: string
}