Open Rails

CircuitBreaker.HandleEvent Method

[This is preliminary documentation and subject to change.]

Called when an event happens (a closing order from the driver for example)

public abstract void HandleEvent(
   PowerSupplyEvent evt
);

Parameters

evt
The event happened

See Also

CircuitBreaker Class | ORTS.Scripting.Api Namespace