You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case is to do things that are potentially time consuming or disruptive to modelling in onPreSaveModel/onPostSaveModel.
In these cases it is desirable to exclude events caused by autosave.
Possible implementation:
add a parameter to the event with the path actually being saved (can be compared to model.path)
and/or a parameter explicitly indicating the cause of the event (autosave, save, save a copy as, etc.)
The text was updated successfully, but these errors were encountered:
Use case is to do things that are potentially time consuming or disruptive to modelling in onPreSaveModel/onPostSaveModel.
In these cases it is desirable to exclude events caused by autosave.
Possible implementation:
add a parameter to the event with the path actually being saved (can be compared to model.path)
and/or a parameter explicitly indicating the cause of the event (autosave, save, save a copy as, etc.)
The text was updated successfully, but these errors were encountered: