IAzurePipelinesCommands.

SetProgress(int, string) Method

Summary

Set progress and current operation for current task.

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