I definitely meant that the 'processing-stopped' state is a separate state that
a job gets to from the 'processing' and returns to 'processing' state.
Here's the picture in the joint IPP/JMP jobstate.pdf file that I posted
for today's IPP telecon:
The following JMP figure shows the normal job state transitions:
+--> canceled(7)
/
+---> pending(3) -------> processing(5) --+----> aborted(8)
| ^ ^ \
--->+ | | +--> completed(9)
| v v
+---> pending-stopped(4) processing-stopped(6)
<------------- active ------------>|<-- in-active -->|
Figure 3 - Normal job state transitions
Normally a job progresses only from left to right. Other state transitions
are unlikely, but are not forbidden."
Changing the name from 'pending-stopped' to 'held' would yield:
The following figure shows the normal job state transitions:
+--> canceled(7)
/
+---> pending(3) -------> processing(5) --+----> aborted(8)
| ^ ^ \
--->+ | | +--> completed(9)
| v v
+---> held(4) processing-stopped(6)
<-------------- active ------------>|<-- in-active -->|
Figure 3 - Normal job state transitions
Normally a job progresses only from left to right. Other state transitions
are unlikely, but are not forbidden."
>
>Harry
>
>