Callbacks

Callbacks allow you to define a function that the Alteryx Engine will call based on certain events.

TCallbackMessage is used to get status messages and other text responses from the Alteryx Engine. See: TCallbackMessage.

TCallbackToolProgress is used to get progress for individual tools from running workflows or wizards. See: TCallbackToolProgress.