IPCLinkEndpoint::SendReply (open)

Sends a reply to another message to the other endpoint of the link

Syntax

LOADLIB "wh::internal/jobs.whlib";

RECORD FUNCTION SendReply(RECORD message, INTEGER64 replyto)

Parameters

RECORD message

Message to send

INTEGER64 replyto

Id of the message this is a reply to

Return value

RECORD

Result of send action

INTEGER64 msgid

Id of the sent message

STRING status

One of the following codes: 'ok': message sent successfully 'gone': other endpoint of the link has been closed