ExecutionContextExecuted Property
This property is used to set or get whether or not the plug-in actually executed
Namespace: Sandcastle.Core.PlugInAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public bool Executed { get; set; }
Public Property Executed As Boolean
Get
Set
public:
property bool Executed {
bool get ();
void set (bool value);
}
member Executed : bool with get, set
Property Value
BooleanIt is true by default. Set it to false if the plug-in did not execute.