DetectedProgressValueDto
A distinct task progress value found in a foreign task export
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The progress value as it appears in the file |
The progress value as it appears in the file | ||
| rowCount | integer | How many task rows carry this value |
How many task rows carry this value | ||
| suggestedStatus | enum | NotStarted InProgress Blocked Completed Skipped |
NotStarted InProgress Blocked Completed Skipped | ||
JSON Example
{
"value": "string",
"rowCount": 0,
"suggestedStatus": "NotStarted"
}