context

Context within which we resolve nightmare actions
Vars | |
config | Config values used internally relevant to context |
---|---|
name | User-friendly name |
scenario | Storage of scenario values in the context as KV |
scheduler | Holder for tasks to execute in the context |
scheduler_type | Scheduler task type |
trace | Runtime debug list of resolved nodes in the context |
Procs | |
get_file_path | Resolve a config file path using context configuration |
get_scenario_value | Get a value from the scenario, or a global value |
set_scenario_value | Set a value in the scenario. This should only be used by manual user intervention, such as admins tweaking scenario!! |
Var Details
config

Config values used internally relevant to context
name

User-friendly name
scenario

Storage of scenario values in the context as KV
scheduler

Holder for tasks to execute in the context
scheduler_type

Scheduler task type
trace

Runtime debug list of resolved nodes in the context
Proc Details
get_file_path
Resolve a config file path using context configuration
get_scenario_value
Get a value from the scenario, or a global value
set_scenario_value
Set a value in the scenario. This should only be used by manual user intervention, such as admins tweaking scenario!!