Click or drag to resize
weroSoft AG, Software
ClientPluginIsWorking Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets or sets a value indicating whether the plug-in currently is working.

Namespace:  WeroSoft.ComponentModel.Client
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public virtual bool IsWorking { get; set; }

Property Value

Type: Boolean
True, if the plug-in is in working state; otherwise false.

Implements

IClientPluginIsWorking
Remarks
In the working state, the plug-in is not automatically closed.
See Also