ClearLeveling

ClearLeveling (1 of 2)

Clears any leveling delay that was previously added to the project during resource leveling.

Returns: static void Aspose::Tasks::Leveling::

ClearLeveling(const System::SharedPtr< Project > & project)
ParameterDescription
projectProject to clear leveling.

ClearLeveling (2 of 2)

Clears any leveling delay that was previously added to the specified tasks during resource leveling.

Returns: static void Aspose::Tasks::Leveling::

ClearLeveling(const System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Task >>> & tasks)
ParameterDescription
tasksThe enumerable containing tasks for which leveling delay should be cleared.