Page MenuHomePhorge

PhabricatorAphlictManagementStopWorkflow.php
No OneTemporary

Size
380 B
Referenced Files
None
Subscribers
None

PhabricatorAphlictManagementStopWorkflow.php

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

File Metadata

Mime Type
text/x-php
Expires
Wed, May 7, 9:50 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87434
Default Alt Text
PhabricatorAphlictManagementStopWorkflow.php (380 B)

Event Timeline