# README
Process service
Process service is responsible for starting, stopping and checking the status of a custom application.
Service Id | Action | Description | Request | Response |
---|---|---|---|---|
process | status | check status of an application | StatusRequest | StatusResponse |
process | start | start provided application | StartRequest | StartResponse |
process | stop | kill requested application | StopRequest | RunResponse |
# Functions
New creates new system process service.
# Constants
ServiceID represents a system process service id.
# Structs
Info represents process info.
StartRequest represents a start request.
StartResponse represents a start response.
StatusRequest represents a status check request.
StatusResponse represents a status check response.
StopAllRequest represents a stop all processes matching provided name request.
StopAllResponse represents a stop all response.
StopRequest represents a stop request.
StopResponse represents a stop response.