Scope: Schematic editor
Object: Application Object
Access: Read/Write
Prerequisites: None
Controls the response of the application to activity on its user interface.
Application.Interactive = True | False
None
True | False. True - Xpedition Designer is in interactive mode. False - Xpedition Designer is not in interactive mode.
The application is normally interactive (True) and responds to user input. Setting Interactive to False ignores all mouse clicks, keyboard hits, and other user actions. In effect, locking out the user while critical operations are proceeding. When Interactive is False, only the automation script and the operating system can affect the application.