Command Based Framework#
Submodules#
Actions#
Commands#
Exceptions#
- exception command_based_framework.exceptions.CommandBasedFrameworkError[source]#
Bases:
ExceptionBase exception for all framework exceptions.
- exception command_based_framework.exceptions.SchedulerExistsError[source]#
Bases:
CommandBasedFrameworkErrorA scheduler instance already exists.
Only one scheduler may exist at any given time. More than one would allow undefined behavior to occur in terms of resource allocation and usage.
Instead, use
Scheduler’sinstanceor delete all references to the current scheduler and recreate it.