The TasksSuperStatusCountInformation parameters are returned by certain APIs.
| Parameter | Type | Max Length | Allow NULL | Description |
|---|---|---|---|---|
| Project | string | 100 | The name of the project. | |
| TaskType | string | 100 | The name of the task type. | |
| Opened | integer | Count of tasks for this project which have been opened. | ||
| Completed | integer | Count of tasks for this project which have been completed. | ||
| Closed | integer | Count of tasks for this project which have been closed. |