rdeHide
rdeHide( ) ; => t / nil
Description
This function terminates the current Virtuoso Routing IDE session and closes the Virtuoso Routing IDE window. The rdeHide function returns the GXL tokens if it was checked out by the rdeShow function.
Arguments
Value Returned
|
Returns t when the Virtuoso Routing IDE session terminates and the window is closed. |
|
|
Returns nil if there was no active Virtuoso Routing IDE session at the time the function was executed. |
Examples
Terminates and hides the current Virtuoso Routing IDE session.
rdeHide( )
Related Topics
Return to top