[Index]

stop


A job which stops another job.

Normally The stop job will not complete until the job it is stopping is in a stopped state, however if the stop job is attempting tos stop a parent of itself (and therefore itself) then this stop job will detect this and stop. It will therefore complete even if thing it is trying to stop hasn't fully stopped.


Property Summary

executorService  
job Job to stop
name A name, can be any text.
stop This flag is set by the stop method and should be examined by any Stoppable jobs in their processing loops.

Example Summary

Example 1 Examples elsewhere.

Property Detail

executorService

Configured ByELEMENT
AccessWRITE_ONLY

job

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

Job to stop

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

A name, can be any text.

stop

AccessREAD_ONLY
RequiredRead Only.

This flag is set by the stop method and should be examined by any Stoppable jobs in their processing loops.


Examples

Example 1

Examples elsewhere.


(c) R Gordon Ltd 2005 - Present