Baget refresh

This commit is contained in:
Developer01
2026-06-30 13:51:22 +02:00
parent 9d738a9288
commit 7efc9872e9
8 changed files with 219 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
Imports System.Collections.Generic
Imports System.Data
Imports System.Threading.Tasks
Imports DigitalData.Modules.Database
Imports DigitalData.Modules.Interfaces
Imports DigitalData.Modules.Logging
@@ -26,9 +27,9 @@ Public Class DEX_API
End Try
End Sub
Public Function ShouldStart(Arguments As ADSyncArgs) As Boolean Implements IJob(Of ADSyncArgs).ShouldStart
Return Arguments.Enabled
End Function
End Class