The IPrjStatus interface is used to determine errors or warnings on creating a project plan.
To check whether there are errors or warnings in project plan, use the IPrjProject.CheckConstraints method.
To get found errors or warnings on creating a project plan, use the IPrjProject.Status property.
Property name | Brief description | |
Errors | The Errors property returns the erros collection. | |
Warnings | The Warnings property returns collection of warnings. |
See also: