06-12-2022

This commit is contained in:
Jonathan Jenne
2022-12-06 14:08:20 +01:00
parent c867e4e3a6
commit 248be23804
47 changed files with 1521 additions and 355 deletions

View File

@@ -19,6 +19,7 @@ Namespace Scheduler.Jobs
context.Result = oResult
CompleteJob()
Return Task.FromResult(True)
End Function
End Class