module documentation

Managing scripts and batch job executions.

Class ACMEPContext Child class of the PContext context class that adds further functions and details.
Class ScriptManager This manager entity handles script execution in the CSE.
Variable _httpMethods Internal mapping between http methods and function callbacks.
Variable _metaAt Name of the meta tag "at".
Variable _metaFilename Name of the meta tag "filename".
Variable _metaInit Name of the meta tag "init".
Variable _metaOnKey Name of the meta tag "onKey".
Variable _metaOnNotification Name of the meta tag "onNotification".
Variable _metaOnRestart Name of the meta tag "onRestart".
Variable _metaOnShutdown Name of the meta tag "onShutdown".
Variable _metaOnStartup Name of the meta tag "onStartup".
Variable _metaPrompt Name of the meta tag "prompt".
Variable _metaPromptlessEvents Events for which the "prompt" meta tag is to be ignored.
Variable _metaTimeout Name of the meta tag "timeout".
Variable _storageTypes Allowed types to put into storage.
_httpMethods =

Internal mapping between http methods and function callbacks.

_metaAt: str =

Name of the meta tag "at".

_metaFilename: str =

Name of the meta tag "filename".

_metaInit: str =

Name of the meta tag "init".

_metaOnKey: str =

Name of the meta tag "onKey".

_metaOnNotification: str =

Name of the meta tag "onNotification".

_metaOnRestart: str =

Name of the meta tag "onRestart".

_metaOnShutdown: str =

Name of the meta tag "onShutdown".

_metaOnStartup: str =

Name of the meta tag "onStartup".

_metaPrompt: str =

Name of the meta tag "prompt".

_metaPromptlessEvents =

Events for which the "prompt" meta tag is to be ignored.

_metaTimeout: str =

Name of the meta tag "timeout".

_storageTypes =

Allowed types to put into storage.