@karmaniverous/jeeves
GitHub
Preparing search index...
index
ServiceCommands
Interface ServiceCommands
Service lifecycle commands.
interface
ServiceCommands
{
status
()
:
Promise
<
ServiceStatus
>
;
stop
()
:
Promise
<
void
>
;
uninstall
()
:
Promise
<
void
>
;
}
Index
Methods
status
stop
uninstall
Methods
status
status
()
:
Promise
<
ServiceStatus
>
Query service status.
Returns
Promise
<
ServiceStatus
>
stop
stop
()
:
Promise
<
void
>
Stop the service.
Returns
Promise
<
void
>
uninstall
uninstall
()
:
Promise
<
void
>
Uninstall the service.
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
status
stop
uninstall
GitHub
@karmaniverous/jeeves
Loading...
Service lifecycle commands.