Updated process.start (markdown)

therealkrispet 2019-11-18 11:11:14 +01:00
parent e2f90440ff
commit 0bc5048acd

@ -4,9 +4,7 @@
```json ```json
{ {
"key": "process.start", "key": "process.start"
"intent": "control",
"scope": "zmq"
} }
``` ```
@ -20,8 +18,6 @@
```json ```json
{ {
"key": "process.start", "key": "process.start",
"intent": "control",
"scope": "zmq",
"name": "webservice" "name": "webservice"
} }
``` ```
@ -32,9 +28,7 @@
```json ```json
{ {
"key": "process.start", "key": "process.start"
"intent": "event",
"scope": "broadcast"
} }
``` ```
@ -49,8 +43,6 @@
```json ```json
{ {
"key": "process.start", "key": "process.start",
"intent": "event",
"scope": "broadcast",
"name": "webservice", "name": "webservice",
"error": "SPAWN_ERROR: webservice..." "error": "SPAWN_ERROR: webservice..."
} }