utilities - module
Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar.
The module module provides a function for opening a module in a specific session
Functions
| Function | Parameters | Return Value | Description |
|---|---|---|---|
open_module(session_id, module_id, parameters=None) | session_id: The numerical ID of a session module_id: The ID of the module to open parameters: A optional dictionary of parameters that will be passed to on_web_load | Opens a module in the specified session Can raise the following exceptions: |