ExecutionContextExecuted 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: 2025.9.30.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