Executes emergency stop (stops all locomotives, doesn't turn the track voltage off).

Namespace: XpressnetLib
Assembly: XpressnetLib (in XpressnetLib.dll) Version: 0.1.4195.39796

Syntax

C#
public bool EmergencyStop()
Visual Basic
Public Function EmergencyStop As Boolean
Visual C++
public:
bool EmergencyStop()

Return Value

True if the command is successful.

See Also