Package com.ptc.mvc.ds.client
Enum Class ResultState
- All Implemented Interfaces:
Serializable,Comparable<ResultState>,Constable
The result states of a DataSource.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndicates the processing was canceled
Supported API: trueIndicates the processing of the DataSource failed on the server for some reason
Supported API: trueThe default state, indicating result processing is successful
Supported API: true -
Method Summary
-
Enum Constant Details
-
SUCCESSFUL
The default state, indicating result processing is successful
Supported API: true -
FAILED
Indicates the processing of the DataSource failed on the server for some reason
Supported API: true -
CANCELLED
Indicates the processing was canceled
Supported API: true
-