AbortType

public enum AbortType extends Enum<AbortType>

Entries

Both
Link copied to clipboard
Both
Abort lower priority nodes (siblings) when the condition becomes true if any are running and abort the conditional's child node if it's running when the condition becomes false
LowerPriority
Link copied to clipboard
LowerPriority
Abort lower priority nodes (siblings) when the condition becomes true if any are running
Self
Link copied to clipboard
Self
Abort the conditional's child node if it's running when the condition becomes false

Functions

getName
Link copied to clipboard
final String getName()
getOrdinal
Link copied to clipboard
final Integer getOrdinal()

Properties

name
Link copied to clipboard
private final String name
ordinal
Link copied to clipboard
private final Integer ordinal