From a8590b4031282a60d0be410c21b8e1deb1ac9184 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Mon, 20 Sep 2021 16:53:48 +0300 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 457ab33..b478419 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,8 @@ bool SingleApplication::sendMessage( QByteArray message, int timeout = 100 ) ``` Sends `message` to the Primary Instance. Uses `timeout` as a the maximum timeout -in milliseconds for blocking functions +in milliseconds for blocking functions. Returns `true` if the message has been sent +successfully. --- -- cgit v1.2.1 From 7bcdfe571e945e0ae0b5b94d6b3eaba16aa3d84b Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Mon, 20 Sep 2021 16:55:38 +0300 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b478419..a76bada 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ bool SingleApplication::sendMessage( QByteArray message, int timeout = 100 ) Sends `message` to the Primary Instance. Uses `timeout` as a the maximum timeout in milliseconds for blocking functions. Returns `true` if the message has been sent -successfully. +successfully. If the message can't be sent or the function timeouts - returns `false`. --- -- cgit v1.2.1