Match Time Manager
import com.btwrobotics.WhatTime.frc.DriverStation.MatchTimeManager;
Methods
scheduleEventAtTime(timeRemaining, eventCommand, triggerName)timeRemaining: the time remaining in the match in secondseventCommand: a WPILib Command that will run at the time of the eventtriggerName: an optional description of the trigger for reference in a List
Variables
pendingTriggerDescriptions: AList<String>of all events that have not been run.completedTriggerDescriptions: AList<String>of all events that have been run.