I'm creating a CSV using the following command.
stc.perform('ResultsSubscribe', {.......})
When I stop the generator, the results are still added every second to the csv.
To stop doing that, I'm looking for the Rest API equivalent to:
stc.unsubscribe()