ToolExecution constructor

ToolExecution({
  1. List<String>? commandLineArguments,
  2. ToolExitCode? exitCode,
  3. List<FileReference>? toolLogs,
  4. List<ToolOutputReference>? toolOutputs,
})

Implementation

ToolExecution({
  this.commandLineArguments,
  this.exitCode,
  this.toolLogs,
  this.toolOutputs,
});