AgentTaskRunnable constructor

AgentTaskRunnable({
  1. bool? alwaysRun,
  2. bool? background,
  3. AgentContainer? container,
  4. AgentEnvironment? environment,
  5. bool? ignoreExitStatus,
  6. AgentScript? script,
  7. String? timeout,
})

Implementation

AgentTaskRunnable({
  this.alwaysRun,
  this.background,
  this.container,
  this.environment,
  this.ignoreExitStatus,
  this.script,
  this.timeout,
});