Restarts the task for role.
role
Future<void> restart(String role) async { await _run('schtasks.exe', endArgs(taskName(role))); await start(role); }