Page MenuHomePhorge

PhabricatorAphlictManagementRestartWorkflow.php
No OneTemporary

Size
504 B
Referenced Files
None
Subscribers
None

PhabricatorAphlictManagementRestartWorkflow.php

<?php
final class PhabricatorAphlictManagementRestartWorkflow
extends PhabricatorAphlictManagementWorkflow {
public function didConstruct() {
parent::didConstruct();
$this
->setName('restart')
->setSynopsis(pht('Stop, then start the notifications server.'));
}
public function execute(PhutilArgumentParser $args) {
parent::execute($args);
$err = $this->executeStopCommand();
if ($err) {
return $err;
}
return $this->executeStartCommand();
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jun 18, 11:58 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
236202
Default Alt Text
PhabricatorAphlictManagementRestartWorkflow.php (504 B)

Event Timeline