Package org.powertac.common.msg
Class SimPause
java.lang.Object
org.powertac.common.msg.SimPause
@Domain public class SimPause extends Object
This message is used to communicate a pause in a simulation. It is
guaranteed to be sent at least 100 ms before the end of the timeslot
being extended, and a sim-resume message is guaranteed to be sent
before the clock re-starts.
- Author:
- John Collins
-
Constructor Summary
Constructors Constructor Description SimPause() -
Method Summary
-
Constructor Details
-
SimPause
public SimPause()
-