Page MenuHomec4science

PhabricatorAphlictManagementStopWorkflow.php
No OneTemporary

File Metadata

Created
Wed, Dec 25, 09:36

PhabricatorAphlictManagementStopWorkflow.php

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

Event Timeline