Stops the running task for role.
role
Future<void> stop(String role) => _check('schtasks.exe', endArgs(taskName(role)), 'stop task');