KCML_MessageQueue_IsEnabled

Purpose

Check if a message queue has been configured

Definition

DEFSUB 'KCML_MessageQueue_IsEnabled(queue$, BYREF error$) AS Bool

Parameters

queueName of the queue.
errorBuffer to receive any error message.

Return

Returns TRUE on success.

Description

Returns TRUE if a message queue has been configured. If not FALSE is returned and an appropriate message is stored in error$.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.