- Wait Mode (
wait: true
): Will keep the connection open until the spell returns. Best for spells that run quickly (< 60s). - Polling Mode (
wait: false
): Will return a spell run ID for you to poll for results.
wait: true
): Will keep the connection open until the spell returns. Best for spells that run quickly (< 60s).wait: false
): Will return a spell run ID for you to poll for results.