IPrjStatusCollection.Clear

Syntax

Clear;

None;

Description

The Clear method removes all errors or warnings from collection.

Comments

Errors or warnings can occur on creating a project plan. To check whether there are errors or warnings in project plan, use the IPrjProject.CheckConstraints method.

To get error or warning, use the IPrjProject.Status property.

Important. Errors or warnings are removed manually. Removing errors or warnings from collection does not get away the problem.

See also:

IPrjStatusCollection