Dont execute folderwatch functions when indexing is active

This commit is contained in:
Jonathan Jenne
2020-02-11 15:55:55 +01:00
parent ad43903875
commit 1fbfa0b1ee
3 changed files with 14 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ Module ModuleCURRENT
Public CURRENT_HTML_DOC As String
Public INDEXING_ACTIVE As Boolean = False
Public MULTIINDEXING_ACTIVE As Boolean = False
Public ABORT_INDEXING As Boolean = False