mirror of
https://github.com/LibreOffice/help.git
synced 2026-01-13 05:38:56 +00:00
In the context of events programming, it is crucial to know if the target of a scripted action has not been closed inadvertendly by the user. Testing the IsAlive property helps to prevent useless processing interrupts. Applicable on sf_document + subclasses (sf_calc, ...) sf_dialog sf_datasheet object instances. Valid in LO >= 25.2 Change-Id: I0c162b2d54cacdc3bf7c8abc75e57eb3b2945b5e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/196623 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>