Service Exec

from exec import Exec

Port NameLocationProtocolInterfaces
iplocalExecInterface

List of Available Interfaces

ExecInterface

Operation NameInput TypeOutput TypeFaultsDescription
execCommandExecutionRequestCommandExecutionResult-

Types

CommandExecutionRequest:
Type Declaration
string {
  args[0,1]: string // 
  workingDirectory[0,1]: string // 
  stdOutConsoleEnable[0,1]: bool // 
  waitFor[0,1]: int // 
}
CommandExecutionResult:
Type Declaration
any {
  exitCode[0,1]: int // 
  stderr[0,1]: string // 
}