[Index]

state:resets


Captures Reset actions propagating down a job tree and either hardens soft resets to hard resets or softens hard resets to soft resets before passing them on to the child job.

Execute and Stop actions are cascaded as normal to the child job.

See also the reset job.


Property Summary

harden Harden soft resets.
job The job to pass resets on to.
name A name, can be any text.
soften Soften hard resets.
stop Read only view of the internal stop flag.

Example Summary

Example 1 Examples elsewhere.

Property Detail

harden

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to false.

Harden soft resets. True/False.

job

Configured ByELEMENT
AccessWRITE_ONLY
RequiredYes.

The job to pass resets on to.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

A name, can be any text.

soften

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to false.

Soften hard resets. True/False

stop

AccessREAD_ONLY

Read only view of the internal stop flag. This flag is cleared with a reset.


Examples

Example 1

Examples elsewhere.


(c) R Gordon Ltd 2005 - Present