com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeTaskStatus

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.ExchangeTaskStatus


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

    Enumerates the task statuses.

    • 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.EnumMap, 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 and Description
      static int Completed
      Specifies that the task is completed.
      static int Deferred
      Specifies that the task is deferred.
      static int InProgress
      Specifies that the task is in progress.
      static int NotStarted
      Specifies that the task is not started.
      static int WaitingOnOthers
      Specifies that the task is waiting on others.
      • 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

      • NotStarted

        public static final int NotStarted

        Specifies that the task is not started.

        See Also:
        Constant Field Values
      • Completed

        public static final int Completed

        Specifies that the task is completed.

        See Also:
        Constant Field Values
      • Deferred

        public static final int Deferred

        Specifies that the task is deferred.

        See Also:
        Constant Field Values
      • InProgress

        public static final int InProgress

        Specifies that the task is in progress.

        See Also:
        Constant Field Values
      • WaitingOnOthers

        public static final int WaitingOnOthers

        Specifies that the task is waiting on others.

        See Also:
        Constant Field Values