Heyho,
I was wondering if it were possible to cancel a render in the Magix Vegas scripting api?
I have tried a few things: Using the CancelAsynchronousTasks() function will do the job but every consecutive render will get cancelled as well. So if I cancel one render, use my script again and start rendering, that render will also get cancelled.
So I thought that I could use RenderArgs, which has a property called CancelRender. That one does nothing. When a render is in progress it does nothing, when I set it before rendering to true it does nothing, it basically does nothing.
Is there a way to cancel a render or will I have to live with simply not being able to with a script?
P.S.: I simply wanted to replace the render window (which may also be impossible)