Table of Contents

TTMSMCPClientTransportSSE.IsRunning Method

Reports whether the transport has been started and not yet stopped.

API unit family: TMS.MCP.Client.Transport.SSE Declaring type: TTMSMCPClientTransportSSE

Syntax

function IsRunning: Boolean; override;

Remarks

This tracks the requested state, not the health of the connection: it stays True after a stream that the server closed or that failed to open, and it is True before the connection has been established.

Returns

True between Start and Stop, otherwise False.