Click or drag to resize
IPluginStatus Property
Gets a short string describing the state of the plugin (e.g. Disabled, Enabled, Writing to XYZ etc.).

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string Status { get; }

Property Value

Type: String
Remarks
You should raise StatusChanged when you change the value of this property.
See Also