List of framework event commands
The following commands are available:
beg(in) [-nev <n>] Begin processing
cont(inue) [-nev <n>] Continue processing
dumpOnBegin <filename> Writes config. to <filename> on begin.
Also write the begin and exit commands.
help Show available commands
Where "begin" resets the current input module to start a new
event processing run, whereas "continue" continues the current
sequence (presumably because it was terminated prematurely by
the optional qualifier "-nev" which specifies a number of events).
The "continue" command acts identically to the "begin" command
if no prior "begin" command had been issued.
Return to Framework page
|