Determine Task Schedule Conflict

How to Check Task Schedule Discrepancy

The Tsk class exposes the Warning field, used to check if the task has any schedule discrepancies. This is a flag and returns true or false.

1Project project = new Project("New Project.mpp");
2Task task = project.RootTask.Children.GetById(1);
3Console.WriteLine(task.Get(Tsk.Warning));
Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.