Show / Hide Table of Contents

Class CommandGroupBase

Inheritance
Object
CommandBase
CommandGroupBase
ParallelRaceGroup
Implements
ISendable
ICommand
Inherited Members
CommandBase.Requirements
CommandBase.AddRequirements(ISubsystem[])
CommandBase.ISendable.InitSendable(ISendableBuilder)
CommandBase.Initialize()
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 abstract class CommandGroupBase : CommandBase, ISendable, ICommand

Methods

| Improve this Doc View Source

AddCommands(ICommand[])

Declaration
public abstract void AddCommands(params ICommand[] commands)
Parameters
Type Name Description
ICommand[] commands

Implements

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