Keysight 89600 VSA .NET API
ApplicationExitBehavior Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : ApplicationExitBehavior Enumeration


Glossary Item Box

Specifies the behavior when exiting the application from the user interface.

Syntax

Visual Basic (Declaration) 
Public Enum ApplicationExitBehavior 
   Inherits System.Enum
C# 
public enum ApplicationExitBehavior : System.Enum 
C++/CLI 
public enum class ApplicationExitBehavior : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
ConfirmationAsks for confirmation before exiting the application from the user interface. Asks the user whether they really want to exit the application. If the user confirms then the application exits. If the user declines then the application remains running. If a host application is being used to launch this application (see the command line arguments for details) then when the user declines to exit the SwitchToHostApplication() method will be called (since the assumption is that the user intended to switch to the host application but just did not want to exit this application).
DefaultDefault behavior which is to exit the application without any confirmation.
DisabledDisables exiting the application from the user interface. This is equivalent of setting IsExitEnabled to false.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.20

See Also