Page MenuHomec4science

PhabricatorAphlictManagementStopWorkflow.php
No OneTemporary

File Metadata

Created
Wed, Apr 23, 21:50

PhabricatorAphlictManagementStopWorkflow.php

<?php
final class PhabricatorAphlictManagementStopWorkflow
extends PhabricatorAphlictManagementWorkflow {
protected function didConstruct() {
$this
->setName('stop')
->setSynopsis(pht('Stop the notification server.'))
->setArguments(array());
}
public function execute(PhutilArgumentParser $args) {
return $this->executeStopCommand();
}
}

Event Timeline