Interface ICommand
Assembly: WPILibSharp.NewCommands.dll
Syntax
public interface ICommand
Properties
|
Improve this Doc
View Source
IsFinished
Declaration
Property Value
|
Improve this Doc
View Source
IsScheduled
Declaration
bool IsScheduled { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
Property Value
|
Improve this Doc
View Source
Requirements
Declaration
HashSet<ISubsystem> Requirements { get; }
Property Value
|
Improve this Doc
View Source
RunsWhenDisabled
Declaration
bool RunsWhenDisabled { get; }
Property Value
Methods
|
Improve this Doc
View Source
Cancel()
Declaration
|
Improve this Doc
View Source
End(Boolean)
Declaration
void End(bool interrupted)
Parameters
Type |
Name |
Description |
Boolean |
interrupted |
|
|
Improve this Doc
View Source
Execute()
Declaration
|
Improve this Doc
View Source
HasRequirement(ISubsystem)
Declaration
bool HasRequirement(ISubsystem requirement)
Parameters
Returns
|
Improve this Doc
View Source
Initialize()
Declaration
|
Improve this Doc
View Source
Schedule(Boolean)
Declaration
void Schedule(bool interruptible = true)
Parameters
Type |
Name |
Description |
Boolean |
interruptible |
|
Extension Methods