DocumentResultList

This commit is contained in:
2023-04-25 11:51:45 +02:00
parent 88791832ec
commit a3f4beae25
6 changed files with 774 additions and 78 deletions

View File

@@ -52,7 +52,7 @@ Public Class Scheduler
Dim oDefinition As String = oRow.Item("CRON_DEFINITION")
Dim oTitle As String = oRow.Item("TITLE")
Dim oGuid As Integer = oRow.Item("GUID")
Logger.Debug("Trying to schedule a new job forr Cron Job [{0}] ...", oTitle)
Dim oCronTrigger As ITrigger
Dim oInitTrigger As ITrigger