deToggleAssistantVisibility
deToggleAssistantVisibility(t_assistantName[w_sessionWindow] ) => t / nil
Description
Toggles the visibility of the given assistant in the given session window.
Arguments
|
The given window. If none is specified, the current session window is taken into consideration. |
Value Returned
Example
deToggleAssistantVisibility("World View")
Return to top