From eb7ae238424104ba64df2075ed932804c29b65ea Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 1 Aug 2016 15:53:16 +0200 Subject: [PATCH] Updated Communication (markdown) --- Communication.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Communication.md b/Communication.md index d218771..05b52c8 100644 --- a/Communication.md +++ b/Communication.md @@ -36,6 +36,7 @@ Commands from _execution thread_ to _listening thread_: - **done** - notifying of finished job. Requires 2 message frames: - `job_id` - identifier of finished job - `result` - response result, one of "OK" and "ERR" + - `message` - non-empty error description if result was "ERR" ### Progress callback