CurlSettings.

ProgressBar Property

Summary

Gets or sets a value indicating whether to display a simple progress bar instead of the standard progress meter.
Assembly
Cake.Curl.dll
Namespace
Cake.Curl
Containing Type
CurlSettings

Syntax

public bool ProgressBar { get; set; }

Remarks

By default, curl displays a progress meter during its operations. This meter contains information such as the amount of transferred data, transfer speed and the estimated time left. When the ProgressBar property is set to , curl displays a single line of # characters instead. This may be preferable when running the build script in a terminal where we want to keep the amount of output to a minimum.

Value

Type Description
bool