Scope: Schematic editor
Object: Application Object
Access: Read/Write
Prerequisites: None
Returns or sets the silent mode status of the application.
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.
Application.SilentMode = VdSilentMode
None
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.