Notifications
Clear all

[Closed] interrupt callbacks

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
(@denist)
Joined: 11 months ago

Posts: 0

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.

Yeah… I though so… thanks for the confirmation though.