comparison Sphinx/source/users/advanced-rest.rst @ 449:2922fb1bd65e

fix links
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2020 09:33:10 +0200
parents c2ae93c562d2
children a10f0e5be459
comparison
equal deleted inserted replaced
447:74fc0203d882 449:2922fb1bd65e
148 * Pause the job by POST-ing to ``/jobs/.../pause``. 148 * Pause the job by POST-ing to ``/jobs/.../pause``.
149 * Resume a job in ``Paused`` state by POST-ing to ``/jobs/.../resume``. 149 * Resume a job in ``Paused`` state by POST-ing to ``/jobs/.../resume``.
150 * Retry a job in ``Failed`` state by POST-ing to ``/jobs/.../resubmit``. 150 * Retry a job in ``Failed`` state by POST-ing to ``/jobs/.../resubmit``.
151 151
152 The related state machine is depicted in the `implementation notes 152 The related state machine is depicted in the `implementation notes
153 <https://hg.orthanc-server.com/orthanc/raw-file/tip/Resources/ImplementationNotes/JobsEngineStates.pdf>`__. 153 <https://hg.orthanc-server.com/orthanc/raw-file/default/OrthancServer/Resources/ImplementationNotes/JobsEngineStates.pdf>`__.
154 154
155 155
156 156
157 157
158 .. _pdf: 158 .. _pdf: