Enum Command.InterruptionBehavior

java.lang.Object
java.lang.Enum<Command.InterruptionBehavior>
edu.wpi.first.wpilibj2.command.Command.InterruptionBehavior
All Implemented Interfaces:
Serializable, Comparable<Command.InterruptionBehavior>, Constable
Enclosing class:
Command

public static enum Command.InterruptionBehavior
extends Enum<Command.InterruptionBehavior>
An enum describing the command's behavior when another command with a shared requirement is scheduled.