Enum Class ResultState

java.lang.Object
java.lang.Enum<ResultState>
com.ptc.mvc.ds.client.ResultState
All Implemented Interfaces:
Serializable, Comparable<ResultState>, Constable

public enum ResultState extends Enum<ResultState>
The result states of a DataSource.
Supported API: true

Extendable: true
  • Enum Constant Details

    • SUCCESSFUL

      public static final ResultState SUCCESSFUL
      The default state, indicating result processing is successful

      Supported API: true
    • FAILED

      public static final ResultState FAILED
      Indicates the processing of the DataSource failed on the server for some reason

      Supported API: true
    • CANCELLED

      public static final ResultState CANCELLED
      Indicates the processing was canceled

      Supported API: true