Jobs: Add option to start jobs immediately

This commit is contained in:
Jonathan Jenne
2020-05-14 14:38:30 +02:00
parent ffcfd017ce
commit 7327a9b2fa
3 changed files with 34 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
Public Class JobConfig
Public Enabled As Boolean
Public StartImmediately As Boolean
Public CronExpression As String
Public Arguments As Dictionary(Of String, String)
End Class