RunOneScript constructor
const
RunOneScript({
- required CommandToRun command,
- required Bindings bindings,
- required Logger logger,
- required bool showOutput,
- Duration? retryAfter,
- int maxAttempts = 3,
Implementation
const RunOneScript({
required this.command,
required this.bindings,
required this.logger,
required this.showOutput,
this.retryAfter,
this.maxAttempts = 3,
});