Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ciwHiExit

ciwHiExit(
) 
=> t / nil

Description

Exits the session.

This is the function beneath the File –> Exit menu in all the DFII procedural interfaces. Most of the File –> Exit menus in all DFII procedural interfaces can be accomplished using the ciwHiExit function.

By default, the command displays a dialog box asking you if you want to really exit the session. You can turn off the display of this dialog box by setting a variable in your .cdsenv file or by calling envSetVal in your .cdsinit file:

ddserv.ciw promptOnExit boolean nil

or

envSetVal ("ddserv.ciw" "promptOnExit" 'boolean nil)

Arguments

None

Value Returned

t

The session is terminated.

nil

The session is not terminated.


Return to top
 ⠀
X