Click or drag to resize
Sandcastle Help File BuilderExecutionContextExecuted Property
This property is used to set or get whether or not the plug-in actually executed

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

Property Value

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