Summary
Set progress and current operation for current task.
- Namespace
- Cake
.Common .Build .AzurePipelines - Containing Type
- Azure
Pipelines Commands
Syntax
public void SetProgress(int progress, string currentOperation)
Parameters
Name | Type | Description |
---|---|---|
progress | int | Current progress as percentage. |
currentOperation | string | The current operation. |
Return Value
Type | Description |
---|---|
void |