Schnittstelle ProgressType


public interface ProgressType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    A task was canceled.
    static final int
    A task completed.
    static final int
    A task completed and a new one continues.
    static final int
    A task caused an error.
    static final int
    A new task started.
  • Felddetails

    • START

      static final int START
      A new task started.
      Siehe auch:
    • CONTINUE

      static final int CONTINUE
      A task completed and a new one continues.
      Siehe auch:
    • COMPLETE

      static final int COMPLETE
      A task completed.
      Siehe auch:
    • CANCELED

      static final int CANCELED
      A task was canceled.
      Siehe auch:
    • ERROR

      static final int ERROR
      A task caused an error. An error message is also
      posted on the bus.
      Siehe auch: