[This is preliminary documentation and is subject to change.]
Property - Interactive.
This property can be accessed from within the test scripts to determine if the script
should be run in an interactive mode or not. True indicates that the activity log will
be displayed together with any user input when the script is being run.
| C# | Visual Basic | Visual C++ |
public bool Interactive { get; set; }
Public Property Interactive As Boolean
public: property bool Interactive { bool get (); void set (bool value); }