Page MenuHomePhorge

PhabricatorAphlictManagementStopWorkflow.php
No OneTemporary

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
Jan 19 2025, 23:40 (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129997
Default Alt Text
PhabricatorAphlictManagementStopWorkflow.php (439 B)

Event Timeline