Execution ContextExecuted Property
This property is used to set or get whether or not the plug-in actually executed
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
It is true by default. Set it to false if the plug-in did not execute.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool Executed { get; set; }VB
Public Property Executed As Boolean
Get
SetC++
public:
property bool Executed {
bool get ();
void set (bool value);
}F#
member Executed : bool with get, setProperty Value
BooleanIt is true by default. Set it to false if the plug-in did not execute.