LevelingOptions

LevelingOptions class

Allows to specify parameters of resource leveling.

public sealed class LevelingOptions

Constructors

NameDescription
LevelingOptions()Initializes a new instance of the LevelingOptions class.

Properties

NameDescription
CancellationToken { get; set; }Gets or sets a token which can be used to cancel a project leveling operation.
FinishDate { get; set; }Gets or sets leveling period end date. The default value is the project`s finish date.
LevelingOrder { get; set; }Gets the order in which the leveling algorithm delays tasks that have overallocations. After determination of tasks causing the overallocation and which tasks can be delayed, the specified order is used which task should be delayed first.
MessageHandler { get; set; }Gets or sets message handler callback which can be used to intercept log messages produced by Aspose.Tasks during resource leveling.
MessageLevel { get; set; }Gets or sets level of log messages emitted by Aspose.Tasks during resource leveling.
Resources { get; set; }Gets or sets the list of the resources which will be leveled. If null is set, all project resources will be leveled.
StartDate { get; set; }Gets or sets leveling period start date. The default value is the project`s start date.

See Also