As a user I'd like to submit a transform from my request, go to the web, click the cancel button. And when that happens, I expect the script to crash with a "canceled" error or similar.
Repro
- Submit a SX query of any kind using this library (the 3.0 version).
- Go to the web site and load up your dashboard
- Click the
cancel button
Expected Action: The script that is waiting on the run should crash very quickly.
What currently happens: the script continues to run forever.