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