Click or drag to resize

ExtensionIsRunning Property

Gets a value indicating whether this instance is running.

Namespace:  EBP.Api.Extension
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected bool IsRunning { get; }

Property Value

Type: Boolean
true if this instance is running; otherwise, false.
Remarks
Returns false in OnInitialized(IErrors) methods, and true in OnRunned(IErrors) method.
See Also