Notifications
Clear all
[Closed] interrupt callbacks
Oct 10, 2013 11:54 am
Is there any way of interrupting a procedure using callbacks?
For example using the #systemPreReset, run a function and if your function returns true, reset the file, else cancel the reset?
2 Replies
1 Reply
it’s very easy to answer this question. the answer is NO. there some (usually 3d party) export/import plugins that have an option to cancel a started process but in general there is no way to cancel/interrupt any process that has ‘pre’ callback.