# 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 |