 | SimulationServiceIsStarted Method |
[This is preliminary documentation and is subject to change.]
Determines whether the service is started.
Namespace:
TrafficSimulation.Simulation.WebService
Assembly:
TrafficSimulation.Simulation.WebService (in TrafficSimulation.Simulation.WebService.exe) Version: 1.0.0.2 (1.0.0.2)
SyntaxPublic Function IsStarted As Boolean
public:
virtual bool IsStarted() sealed
abstract IsStarted : unit -> bool
override IsStarted : unit -> bool
Return Value
Type:
Boolean[Missing <returns> documentation for "M:TrafficSimulation.Simulation.WebService.SimulationService.IsStarted"]
Implements
ISimulationServiceIsStarted
See Also