Show / Hide Table of Contents

Class CommandExtensions

Inheritance
Object
CommandExtensions
Namespace: WPILib2.Commands
Assembly: WPILibSharp.NewCommands.dll
Syntax
public static class CommandExtensions : object

Methods

| Improve this Doc View Source

WithTimeout(ICommand, TimeSpan)

Declaration
public static ParallelRaceGroup WithTimeout(this ICommand command, TimeSpan time)
Parameters
Type Name Description
ICommand command
TimeSpan time
Returns
Type Description
ParallelRaceGroup
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet