Class SchedulerProto

java.lang.Object
org.wpilib.commands3.proto.SchedulerProto
All Implemented Interfaces:
Protobuf<Scheduler,ProtobufCommands.ProtobufScheduler>

Serializes a Scheduler to a protobuf message. Deserialization is not supported. A serialized message will include information about commands that are currently running or scheduled (but not yet started), as well as how long the most recent call to Scheduler.run() took to execute.