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)
| Parameter | Description |
|---|---|
| project | Project 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)
| Parameter | Description |
|---|---|
| tasks | The enumerable containing tasks for which leveling delay should be cleared. |