Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548695
PhabricatorAphlictManagementStopWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
PhabricatorAphlictManagementStopWorkflow.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment