Enum Class TaskSwitchEventProperty

java.lang.Object
java.lang.Enum<TaskSwitchEventProperty>
ch.ivyteam.ivy.workflow.TaskSwitchEventProperty
All Implemented Interfaces:
IProperty, Serializable, Comparable<TaskSwitchEventProperty>, java.lang.constant.Constable

public enum TaskSwitchEventProperty extends Enum<TaskSwitchEventProperty> implements IProperty
Task switch event properties
Since:
18.07.2007
API:
This is a public API.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    The execution timestamp property
  • Enum Constant Details

    • EXECUTION_TIMESTAMP

      public static final TaskSwitchEventProperty EXECUTION_TIMESTAMP
      The execution timestamp property
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.