added new runOnNoteDeletion, runOnBranchCreation, runOnBranchDeletion, #2898

This commit is contained in:
zadam
2022-06-05 14:58:19 +02:00
parent b5214e6cea
commit f587e0dfd9
6 changed files with 40 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ class TaskContext {
this.taskId = taskId;
this.taskType = taskType;
this.data = data;
this.noteDeletionHandlerTriggered = false;
// progressCount is meant to represent just some progress - to indicate the task is not stuck
this.progressCount = -1; // we're incrementing immediatelly