API Docs / Schemas / DetectedProgressValueDto

DetectedProgressValueDto

A distinct task progress value found in a foreign task export

Properties

Name Type Description
valuestring

The progress value as it appears in the file

The progress value as it appears in the file

rowCountinteger

How many task rows carry this value

How many task rows carry this value

suggestedStatusenum

NotStarted InProgress Blocked Completed Skipped

NotStarted InProgress Blocked Completed Skipped

JSON Example

{
  "value": "string",
  "rowCount": 0,
  "suggestedStatus": "NotStarted"
}

Contained in Schemas