The IPrjStatusItem interface is used to work with error or warning 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 | |
Code | The Code property returns error or warning code. | |
Keys | The Keys property returns a key array of tasks that are with error or warning in project plan. | |
Message | The Message property returns error or warning message. |
See also: