Summary
Set progress and current operation for current task.
- Namespace
- Cake
.Common .Build .AzurePipelines - Containing Type
- I
Azure Pipelines Commands
Syntax
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 |
