diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-09-09 10:01:45 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2016-09-22 16:30:03 +0200 |
commit | e22d30e25a264c309bd819edde3eacb1184da800 (patch) | |
tree | 06c316445faeeb2a8588fae1e264bbd903e7d712 /Help/manual/cmake-server.7.rst | |
parent | cc576c2c7f3272ec5370dc3cb45838c20d1837f9 (diff) | |
download | cmake-e22d30e25a264c309bd819edde3eacb1184da800.tar.gz |
server-mode: Allow for sending signals
Enable the server to send signals.
Diffstat (limited to 'Help/manual/cmake-server.7.rst')
-rw-r--r-- | Help/manual/cmake-server.7.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-server.7.rst b/Help/manual/cmake-server.7.rst index 00ffcd1306..61d6896cd9 100644 --- a/Help/manual/cmake-server.7.rst +++ b/Help/manual/cmake-server.7.rst @@ -186,6 +186,14 @@ Example:: ]== CMake Server ==] +Type "signal" +^^^^^^^^^^^^^ + +The server can send signals when it detects changes in the system state. Signals +are of type "signal", have an empty "cookie" and "inReplyTo" field and always +have a "name" set to show which signal was sent. + + Specific Message Types ---------------------- |