Class TaskStatus


  • public final class TaskStatus
    extends com.aspose.ms.System.Enum

    Specifies the status of a task.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Complete
      The task is 100 percent complete.
      static int Future
      'Future' task status is set when the task start date is greater than the status date.
      static int Late
      The task is late if the timephased cumulative percent complete does not reach midnight on the day before the status date.
      static int OnSchedule
      The task is on schedule if timephased cumulative percent complete is spread to at least the day before the status date.
      static int Undefined
      Undefined task status.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Complete

        public static final int Complete

        The task is 100 percent complete.

        See Also:
        Constant Field Values
      • OnSchedule

        public static final int OnSchedule

        The task is on schedule if timephased cumulative percent complete is spread to at least the day before the status date.

        See Also:
        Constant Field Values
      • Late

        public static final int Late

        The task is late if the timephased cumulative percent complete does not reach midnight on the day before the status date.

        See Also:
        Constant Field Values
      • Future

        public static final int Future

        'Future' task status is set when the task start date is greater than the status date.

        See Also:
        Constant Field Values