$RANDOM <RandomC>
$SEQ
$SEQUENCE

RANDOM = <RandomC> ;
SEQ = ;
SEQUENCE = ;

<RandomC> == 0 F FIX
1 C CONTINUED
2 Q RSEQ RANDOM_SEQUENCE
3 R RANDOM
D DEFAULT
MC MAX_CONTINUED
MQ MAX_RANDOM_SEQUENCE

Defines the sequence of the program run.

0

F

FIX
Fixed - from beginning.  Always starts the program with the first line in the Timetable File, regardless of where it last stopped.

1

C

CONTINUED
Fixed  - continued.  Starts the program from the point in the Timetable where the program last ended.

2

Q

RSEQ

RANDOM_SEQUENCE
Random - in block.  Random line selection.  No lines are repeated until all have run.

3

R

RANDOM

Random.  Completely random line selection.  Repeats are possible.

The following keywords can be used only as parameter value (not as command value) - as they need the global setting or the inherited setting from the enclosing section:

D

DEFAULT

It means the setting the user selected in the configuration window. If the section, group is enclosed in an other section, which has a different setting, one can turn the setting back to the user's original whish.

MC

MAX_CONTINUED

If the enclosing section has the sequence setting FIX , than FIX, in other cases CONTINUED

MQ

MAX_RANDOM_SEQUENCE

If the enclosing section has the sequence setting FIX or CONTINUED, than it will be inherited, in other cases RANDOM_SEQUENCE.

This parameter belongs to the group of <LifetimeParameters>.  If this parameter is not set in any subsections, the value of the parent Section is inherited.