AgentTaskRunnable constructor
AgentTaskRunnable({
- bool? alwaysRun,
- bool? background,
- AgentContainer? container,
- AgentEnvironment? environment,
- bool? ignoreExitStatus,
- AgentScript? script,
- String? timeout,
Implementation
AgentTaskRunnable({
this.alwaysRun,
this.background,
this.container,
this.environment,
this.ignoreExitStatus,
this.script,
this.timeout,
});