ProjectCollection.LogBuildFinishedEvent(Boolean) Method

Definition

Logs a BuildFinished event. This is used specifically when a ProjectCollection is created but never actually built, yet a BuildFinished event is still desired. As an example, if a Project is just meant to be evaluated, but a binlog is also collected, that binlog should be able to say the build succeeded or failed. This provides a mechanism to achieve that.

public:
 void LogBuildFinishedEvent(bool success);
public void LogBuildFinishedEvent (bool success);
member this.LogBuildFinishedEvent : bool -> unit
Public Sub LogBuildFinishedEvent (success As Boolean)

Parameters

success
Boolean

Applies to