Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Feeder components can use the queue.push function to push messages into the queue to be sent downstream to linked components.

local MessageId = queue.push{data=Data}

This function returns a unique string identifier (the message ID) which can be used to relate messages together so you can see actions performed on a message in the Logs.

  • No labels