The module module provides a function for opening a module in a specific session
Functions
|
Function |
Parameters |
Return Value |
Description |
|---|---|---|---|
|
open_module |
session_id: The ID of the session module_id: The ID of the module to open parameters: An optional dictionary of parameters that will be passed to
|
|
Opens a module in the specified client session Can raise the following exceptions:
|
|
get_module_return_value
|
session_id: The ID of the session module_id: The ID of the module that was opened and should be polled timeout: Amount of seconds to wait until timing out |
|
Fetches the return value of a module in the specified client session Fetches the return value of
Can raise the following exceptions::
|
|
open_module_clientless
|
clientless_session_id: The ID of the clientless session module_id: The ID of the modiule to open parameters: A dictionary of parametersthat will be passed to |
|
Open a module in the specified clientless sessios Can raise the following exceptions:
|
|
get_clientless_module_return_value
|
clientless_session_id: The ID of the clientless session module_id: The ID of the module that was opened and should be polled timeout: Amount of seconds to wait until timing out |
|
Fetches the return value of a module in the specified clientless session Fetches the return value of
Can raise the following exceptions:
|