|
|
@ -36,6 +36,7 @@ Commands from _execution thread_ to _listening thread_:
|
|
|
|
- **done** - notifying of finished job. Requires 2 message frames:
|
|
|
|
- **done** - notifying of finished job. Requires 2 message frames:
|
|
|
|
- `job_id` - identifier of finished job
|
|
|
|
- `job_id` - identifier of finished job
|
|
|
|
- `result` - response result, one of "OK" and "ERR"
|
|
|
|
- `result` - response result, one of "OK" and "ERR"
|
|
|
|
|
|
|
|
- `message` - non-empty error description if result was "ERR"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Progress callback
|
|
|
|
### Progress callback
|
|
|
|