Признак готовности агента.
Устанавливается в true после открытия и в false после закрытия.
Namespace:
CEAgentAssembly: CEAgent (in CEAgent.dll)
Version: 1.0.3499.20497
Syntax
| C# |
|---|
public static bool IsOpen { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property IsOpen As Boolean |
| Visual C++ |
|---|
public: static property bool IsOpen { bool get (); } |