RunManyScripts.sequentially constructor
const
RunManyScripts.sequentially({
- required Iterable<
CommandToRun> commands, - required Bindings bindings,
- required Logger logger,
- Duration? retryAfter,
- int maxAttempts = 3,
Implementation
const RunManyScripts.sequentially({
required this.commands,
required this.bindings,
required this.logger,
this.retryAfter,
this.maxAttempts = 3,
}) : sequentially = true;