How to check if the schedule has conflict with other

Dear Team,

I have a project file in which there is a schedule has conflict with other schedule, I can see the warning on project end date, but how can I check if the schedule has conflict? I have checked all the property of aspose.task but none is useful.

Hi,


Thank you for writing to Aspose Support team.

There is no such feature available at the moment. We have logged this requirement as a feature request with issue ID: TASKSNET-1639 for further consideration by our Product team. Once the feature is implemented, we’ll update you here via this thread.

@jackshen36,

I like to inform that this issue has been resolved. Please check following code snippet. This will help you to solve your problem.

var project = new Project(“schedule-conflict.mpp”);
var task = project.RootTask.Children.GetById(1);
Console.WriteLine(fs1.Get(Tsk.Warning));