SilentMode Property (Application Object)

Scope: Schematic editor

Object: Application Object

Access: Read/Write

Prerequisites: None

Returns or sets the silent mode status of the application.

Note:

When SilentMode is set to VDSM_ALL, the user is not given the option to discard core dump files if a crash occurs. In that case, core dump files are automatically written to the WDIR directory.

Usage

Application.SilentMode = VdSilentMode

Arguments

None

Return Values

Object. A value which determines if the application is in silent mode or not, expressed as VdSilentMode Enum.

When the application is in silent mode, no dialog boxes or popups are displayed. Therefore, no user intervention is required when performing a batch process.