comparison Sphinx/source/users/advanced-rest.rst @ 359:9acb9354da1a

links to hg
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 20:03:51 +0200
parents a5f7fc9fb611
children 9c28eeab2db6
comparison
equal deleted inserted replaced
358:011b01ccf52d 359:9acb9354da1a
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://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.6.0/Resources/ImplementationNotes/JobsEngineStates.pdf>`__. 153 <https://hg.orthanc-server.com/orthanc/raw-file/tip/Resources/ImplementationNotes/JobsEngineStates.pdf>`__.
154 154
155 155
156 156
157 157
158 .. _pdf: 158 .. _pdf: