CompletionNotificationPlugInExecute Method

This method is used to execute the plug-in during the build process

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public void Execute(
	ExecutionContext context
)

Parameters

context  ExecutionContext
The current execution context

Implements

IPlugInExecute(ExecutionContext)

Remarks

Since this runs after completion of the build and the log file is closed, any progress messages reported here will not appear in it, just in the output window on the main form.

See Also