Summary
    Write a progressFinish message to the TeamCity build log.
    
		- Namespace
 - Cake
.Common .Build .TeamCity  - Containing Type
 - ITeamCityProvider
 
Syntax
void WriteEndProgress(string message)
	Parameters
| Name | Type | Description | 
|---|---|---|
| message | string | Build log message. | 
Return Value
| Type | Description | 
|---|---|
| void | 
