diff Sphinx/source/users/advanced-rest.rst @ 671:bc8fa2bf4cf7

asynchronous c-move
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 May 2021 14:11:39 +0200
parents b3e75cef601d
children 8bda16db46cf
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst	Mon May 03 12:43:28 2021 +0200
+++ b/Sphinx/source/users/advanced-rest.rst	Mon May 03 14:11:39 2021 +0200
@@ -136,6 +136,11 @@
 calls), waiting for the ``State`` field to become ``Success`` or
 ``Failure``.
 
+Note that the `integration tests of Orthanc
+<https://hg.orthanc-server.com/orthanc-tests/file/Orthanc-1.9.2/Tests/Toolbox.py>`__
+give an example about how to monitor a job in Python using the REST
+API (cf. function ``MonitorJob()``).
+
 
 .. _jobs-controlling: