Class WaitCommand
Assembly: WPILibSharp.NewCommands.dll
Syntax
public class WaitCommand : CommandBase, ISendable, ICommand
Constructors
|
Improve this Doc
View Source
WaitCommand(TimeSpan)
Declaration
public WaitCommand(TimeSpan time)
Parameters
Type |
Name |
Description |
TimeSpan |
time |
|
Fields
|
Improve this Doc
View Source
m_timer
Declaration
Field Value
Properties
|
Improve this Doc
View Source
IsFinished
Declaration
public override bool IsFinished { get; }
Property Value
Overrides
|
Improve this Doc
View Source
RunsWhenDisabled
Declaration
public override bool RunsWhenDisabled { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
Implements