A silly question. There is a simple function to stop rendering: CoronaRenderer.stoprender() that works fine when you manually start rendering. When you click “render production” or “render” from render dialog you can still run this code to stop rendering.
But when you render from “max quick render” or render(), you cannot run any code at all. “max quick render” allows still to write something in listener but will not execute anything till rendering is finished, however rendering manually allows you to write and execute code. Why is that, and how can I stop rendering at any time from script, when I started rendering also from script? Or maybe how to replicate rendering as max does from the button?
I need to send message from a server to stop current rendering remotely, so no escape buttons or clicking cancel is possible. Any ideas? HELP!