Table of Contents

Interface IFastClockControl

Namespace
CommandStation
Assembly
CommandStation.Abstractions.dll

Controlling the accelerated model railway clock (model time).

public interface IFastClockControl

Methods

RequestModelTimeAsync()

Task RequestModelTimeAsync()

Returns

Task

SetModelTimeAsync(ModelTime)

Task SetModelTimeAsync(ModelTime time)

Parameters

time ModelTime

Returns

Task

StartModelTimeAsync()

Task StartModelTimeAsync()

Returns

Task

StopModelTimeAsync()

Task StopModelTimeAsync()

Returns

Task

Events

ModelTimeChanged

event EventHandler<ModelTime>? ModelTimeChanged

Event Type

EventHandler<ModelTime>