WindowsTaskService constructor
WindowsTaskService({
- ProcessRunner? runner,
Creates a Task Scheduler backend, optionally with a custom runner.
Implementation
WindowsTaskService({ProcessRunner? runner}) : _run = runner ?? Process.run;