TaskType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TaskType extends System.Enum

Specifies the type of a task. While exporting into XML the Undefined values will be eliminated from resulting XML.

Fields

FieldDescription
FixedDurationFixed duration
FixedUnitsFixed units
FixedWorkFixed work
UndefinedUndefined value means that the field was not defined in original file

FixedDuration

public static final int FixedDuration

Fixed duration

FixedUnits

public static final int FixedUnits

Fixed units

FixedWork

public static final int FixedWork

Fixed work

Undefined

public static final int Undefined

Undefined value means that the field was not defined in original file