BuildProgressEventArgs Constructor

Constructor

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public BuildProgressEventArgs(
	BuildStep buildStep,
	bool stepChanged,
	string message
)

Parameters

buildStep  BuildStep
The current build step
stepChanged  Boolean
True if the build step has changed, false if not
message  String
The message to report

See Also