Table of Contents

ExecutionContext.Executed Property

Definition

Namespace
Sandcastle.Core.PlugIn
Assembly
Sandcastle.Core.dll

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

public bool Executed { get; set; }

Property Value

bool

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