38 operator string ()
const {
return "Script runner"; }
43 TODO (
"determine, if a script should be executed");
50 UNIMPLEMENTED (
"start the script as defined by the options and register script abort/exit hook");
57 UNIMPLEMENTED (
"halt any running script");
64 TODO (
"implement detecting running state");
80 return theDescriptor();
Access point to singletons and other kinds of dependencies designated by type.
Frontend for handling the Lumiera application commandline arguments.
Dependencies and lifecycle of a partially independent Subsystem of the Application.
function< void(string *)> SigTerm
bool start(lumiera::Option &, SigTerm termination) override
attempt to bring up this subsystem up.
bool checkRunningState() noexcept override
whether this subsystem is actually operational.
void triggerShutdown() noexcept override
initiate termination of this subsystem.
bool shouldStart(lumiera::Option &) override
query application option state to determine if this subsystem should be activated.
Singleton services and Dependency Injection.
Vault-Layer implementation namespace root.
Global control interface for script driven operation of Lumiera.
static lumiera::Subsys & getDescriptor()
provide a descriptor for lumiera::AppState, wired accordingly to allow main to start a script and to ...