Enum Class ExecutionReport.Status

java.lang.Object
java.lang.Enum<ExecutionReport.Status>
com.ptc.windchill.baseserver.bll.ExecutionReport.Status
All Implemented Interfaces:
Serializable, Comparable<ExecutionReport.Status>, Constable
Enclosing interface:
ExecutionReport

public static enum ExecutionReport.Status extends Enum<ExecutionReport.Status>
Enum describing the various execution statuses for executions

Supported API: true

Extendable: false
  • Enum Constant Details

    • UNKNOWN

      public static final ExecutionReport.Status UNKNOWN
      Indicates that the execution state is unknown

      Supported API: true
    • ERROR

      public static final ExecutionReport.Status ERROR
      Indicates that the execution failed

      Supported API: true
    • SUCCESS

      public static final ExecutionReport.Status SUCCESS
      Indicates that the execution completed successfully

      Supported API: true
    • WARNING

      public static final ExecutionReport.Status WARNING
      Indicates that the execution partially succeeded

      Supported API: true