Table of Contents

TTMSMCPTransport.Running Property

Reports whether the channel is currently open: True while it is running and able to exchange messages, False before 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.