ExecutionContextExecuted Property
This property is used to set or get whether or not the plug-in actually executed
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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.