3 final class PhabricatorAphlictManagementStopWorkflow
4 extends PhabricatorAphlictManagementWorkflow
{
6 protected function didConstruct() {
9 ->setSynopsis(pht('Stop the notification server.'))
10 ->setArguments($this->getLaunchArguments());
13 public function execute(PhutilArgumentParser
$args) {
14 $this->parseLaunchArguments($args);
15 return $this->executeStopCommand();