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 messageMessage to send
INTEGER64 replytoId of the message this is a reply to
Return value
RECORDResult of send action
INTEGER64 msgidId of the sent message
STRING statusOne of the following codes: 'ok': message sent successfully 'gone': other endpoint of the link has been closed