Enum TaskType
Enum TaskType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the type of a task.
public enum TaskType
Fields
FixedDuration = 1
Fixed duration
FixedUnits = 0
Fixed units
FixedWork = 2
Fixed work
Undefined = -1
Undefined value means that the field was not defined in original file
Remarks
While exporting into XML the Undefined values will be eliminated from resulting XML.