setDescription('Starts Phraseanet scheduler'); } protected function doExecute(InputInterface $input, OutputInterface $output) { $this->container['task-manager.status']->stop(); $output->writeln("Task manager has been toggled on stop, please be sure the process is running"); } }