Package com.ptc.windchill.baseserver.bll
Enum Class ExecutionReport.Status
- All Implemented Interfaces:
Serializable,Comparable<ExecutionReport.Status>,Constable
- Enclosing interface:
ExecutionReport
Enum describing the various execution statuses for executions
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndicates that the execution failed
Supported API: trueIndicates that the execution completed successfully
Supported API: trueIndicates that the execution state is unknown
Supported API: trueIndicates that the execution partially succeeded
Supported API: true -
Method Summary
-
Enum Constant Details
-
UNKNOWN
Indicates that the execution state is unknown
Supported API: true -
ERROR
Indicates that the execution failed
Supported API: true -
SUCCESS
Indicates that the execution completed successfully
Supported API: true -
WARNING
Indicates that the execution partially succeeded
Supported API: true
-