comparison Sphinx/source/users/advanced-rest.rst @ 441:c2ae93c562d2

Orthanc 1.7.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 May 2020 13:26:03 +0200
parents c95817c254fe
children 2922fb1bd65e
comparison
equal deleted inserted replaced
440:86bf70a1f570 441:c2ae93c562d2
126 * ``Success``: The job has finished with success. 126 * ``Success``: The job has finished with success.
127 * ``Failure``: The job has finished with failure. Check out the 127 * ``Failure``: The job has finished with failure. Check out the
128 ``ErrorCode`` and ``ErrorDescription`` fields for more information. 128 ``ErrorCode`` and ``ErrorDescription`` fields for more information.
129 * ``Paused``: The job has been paused. 129 * ``Paused``: The job has been paused.
130 * ``Retry``: The job has failed internally, and has been scheduled for 130 * ``Retry``: The job has failed internally, and has been scheduled for
131 re-submission after a delay. As of Orthanc 1.7.0, this feature is not 131 re-submission after a delay. As of Orthanc 1.7.1, this feature is not
132 used by any type of job. 132 used by any type of job.
133 133
134 In order to wait for the end of an asynchronous call, the caller will 134 In order to wait for the end of an asynchronous call, the caller will
135 typically have to poll the ``/jobs/...` URI (i.e. make periodic 135 typically have to poll the ``/jobs/...` URI (i.e. make periodic
136 calls), waiting for the ``State`` field to become ``Success`` or 136 calls), waiting for the ``State`` field to become ``Success`` or