Execution Mode
Whether the scenarios in a ksl.app.config.RunConfiguration run one at a time or in parallel. Per scenario workflow §10:
SEQUENTIAL — scenarios run one at a time in the user-authored order. Predictable progress reporting; no inter-scenario contention. Less surprising for new users.
CONCURRENT — scenarios run in parallel via the substrate's
ConcurrentScenarioRunner. Parallelism is sized so each scenario has at least one core.
The mode is a property of the document so opening a saved RunConfiguration runs it the same way it last ran.
Entries
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.