Show / Hide Table of Contents

Class WaitCommand

Inheritance
Object
CommandBase
WaitCommand
Implements
ISendable
ICommand
Inherited Members
CommandBase.Requirements
CommandBase.AddRequirements(ISubsystem[])
CommandBase.ISendable.InitSendable(ISendableBuilder)
CommandBase.Execute()
CommandBase.End(Boolean)
CommandBase.Schedule(Boolean)
CommandBase.Cancel()
CommandBase.HasRequirement(ISubsystem)
CommandBase.Name
CommandBase.Subsystem
CommandBase.IsScheduled
Namespace: WPILib2.Commands
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
protected Timer m_timer
Field Value
Type Description
Timer

Properties

| Improve this Doc View Source

IsFinished

Declaration
public override bool IsFinished { get; }
Property Value
Type Description
Boolean
Overrides
CommandBase.IsFinished
| Improve this Doc View Source

RunsWhenDisabled

Declaration
public override bool RunsWhenDisabled { get; }
Property Value
Type Description
Boolean
Overrides
CommandBase.RunsWhenDisabled

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
CommandBase.Initialize()

Implements

ISendable
ICommand
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet