IPrjStatus

Description

The IPrjStatus interface is used to determine errors or warnings on creating a project plan.

Comments

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.

Properties

  Property name Brief description
Errors The Errors property returns the erros collection.
Warnings The Warnings property returns collection of warnings.

See also:

ProjectPlanning Assembly Interfaces