Page MenuHomePhorge

PhabricatorAphlictManagementStopWorkflow.php
No OneTemporary

Size
439 B
Referenced Files
None
Subscribers
None

PhabricatorAphlictManagementStopWorkflow.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 1:53 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
123057
Default Alt Text
PhabricatorAphlictManagementStopWorkflow.php (439 B)

Event Timeline