TTMSMCPTransport.Running Property
Reports whether the channel is currently open:
Truewhile it is running and able to exchange messages,Falsebefore it is started and after it stops. Read-only.
API unit family: TMS.MCP.Transport
Declaring type: TTMSMCPTransport
Type: Boolean
Syntax
property Running: Boolean;
Remarks
Set by the descendant's TTMSMCPTransport.Start and TTMSMCPTransport.Stop implementations. Use those to change the state rather than expecting to write to this property.