finish adsync for now, add test job

This commit is contained in:
Jonathan Jenne
2019-04-23 14:36:08 +02:00
parent a8ed35aee2
commit b5559955a3
11 changed files with 235 additions and 42 deletions

7
Jobs/JobConfig.vb Normal file
View File

@@ -0,0 +1,7 @@
Imports System.Collections.Generic
Public Class JobConfig
Public Enabled As Boolean
Public CronExpression As String
Public Arguments As Dictionary(Of String, String)
End Class