Summary
Gets or sets the current progress of this record.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Record Data
Syntax
public int? Progress { get; set; }
Value
Type | Description |
---|---|
int? | The current progress of this record. |