Table of Contents

TTMSMCPClientTransport.IsRunning Method

Reports whether the transport is currently able to exchange messages.

API unit family: TMS.MCP.Client.Transport Declaring type: TTMSMCPClientTransport

Syntax

function IsRunning: Boolean; virtual; abstract;

Remarks

On a channel that has no way to support the connection at all, for instance a launched child process on a platform where that is not possible, this stays False even after a call to Start.

Returns

True while the transport is running, False before it is started and after it stops.