mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[wpilib] Remove InterruptableSensorBase and replace with interrupt classes (#2410)
This commit is contained in:
@@ -330,7 +330,7 @@ public class CommandGroup extends Command {
|
||||
|
||||
/**
|
||||
* Returns whether or not this group is interruptible. A command group will be uninterruptible if
|
||||
* {@link CommandGroup#setInterruptible(boolean) setInterruptable(false)} was called or if it is
|
||||
* {@link CommandGroup#setInterruptible(boolean) setInterruptible(false)} was called or if it is
|
||||
* currently running an uninterruptible command or child.
|
||||
*
|
||||
* @return whether or not this {@link CommandGroup} is interruptible.
|
||||
|
||||
@@ -125,7 +125,7 @@ public final class Scheduler implements Sendable, AutoCloseable {
|
||||
/**
|
||||
* Adds a command immediately to the {@link Scheduler}. This should only be called in the {@link
|
||||
* Scheduler#run()} loop. Any command with conflicting requirements will be removed, unless it is
|
||||
* uninterruptable. Giving <code>null</code> does nothing.
|
||||
* uninterruptible. Giving <code>null</code> does nothing.
|
||||
*
|
||||
* @param command the {@link Command} to add
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user