WindowsTaskService constructor

WindowsTaskService({
  1. ProcessRunner? runner,
})

Creates a Task Scheduler backend, optionally with a custom runner.

Implementation

WindowsTaskService({ProcessRunner? runner}) : _run = runner ?? Process.run;