ExecutionContextExecuted Property

This property is used to set or get whether or not the plug-in actually executed

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool Executed { get; set; }

Property Value

Boolean
It is true by default. Set it to false if the plug-in did not execute.

See Also