[This is preliminary documentation and is subject to change.]
Determine whether the current session is Executing.
| C# | Visual Basic | Visual C++ |
public bool IsExecute { get; set; }
Public Property IsExecute As Boolean
public: property bool IsExecute { bool get (); void set (bool value); }