Show / Hide Table of Contents

Class ParallelRaceGroup

Inheritance
Object
CommandBase
CommandGroupBase
ParallelRaceGroup
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.RunsWhenDisabled
CommandBase.IsFinished
CommandBase.IsScheduled
Namespace: WPILib2.Commands
Assembly: WPILibSharp.NewCommands.dll
Syntax
public class ParallelRaceGroup : CommandGroupBase, ISendable, ICommand

Constructors

| Improve this Doc View Source

ParallelRaceGroup(ICommand[])

Declaration
public ParallelRaceGroup(params ICommand[] commands)
Parameters
Type Name Description
ICommand[] commands

Methods

| Improve this Doc View Source

AddCommands(ICommand[])

Declaration
public override sealed void AddCommands(params ICommand[] commands)
Parameters
Type Name Description
ICommand[] commands
Overrides
CommandGroupBase.AddCommands(ICommand[])
| 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