comparison Sphinx/source/users/advanced-rest.rst @ 847:5ba44d8db9bc

fix
author Alain Mazy <am@osimis.io>
date Thu, 19 May 2022 09:06:08 +0200
parents c29ac12e3160
children 989f00cd4dfa
comparison
equal deleted inserted replaced
846:2f8ee0aef0a6 847:5ba44d8db9bc
132 * ``Retry``: The job has failed internally, and has been scheduled for 132 * ``Retry``: The job has failed internally, and has been scheduled for
133 re-submission after a delay. As of Orthanc 1.11.0, this feature is not 133 re-submission after a delay. As of Orthanc 1.11.0, this feature is not
134 used by any type of job. 134 used by any type of job.
135 135
136 In order to wait for the end of an asynchronous call, the caller will 136 In order to wait for the end of an asynchronous call, the caller will
137 typically have to poll the ``/jobs/...` URI (i.e. make periodic 137 typically have to poll the ``/jobs/...`` URI (i.e. make periodic
138 calls), waiting for the ``State`` field to become ``Success`` or 138 calls), waiting for the ``State`` field to become ``Success`` or
139 ``Failure``. 139 ``Failure``.
140 140
141 Note that the `integration tests of Orthanc 141 Note that the `integration tests of Orthanc
142 <https://hg.orthanc-server.com/orthanc-tests/file/Orthanc-1.11.0/Tests/Toolbox.py>`__ 142 <https://hg.orthanc-server.com/orthanc-tests/file/Orthanc-1.11.0/Tests/Toolbox.py>`__