ClientBuildManagerCallback.ReportProgress(String) Method

Definition

Reports the progress of an application build.

public:
 virtual void ReportProgress(System::String ^ message);
public virtual void ReportProgress (string message);
abstract member ReportProgress : string -> unit
override this.ReportProgress : string -> unit
Public Overridable Sub ReportProgress (message As String)

Parameters

message
String

A String containing the current status of the build.

Applies to