Jobs: Rewrite GraphQL Job

This commit is contained in:
Jonathan Jenne
2024-01-23 13:33:44 +01:00
parent 9f9feff2fd
commit e85379dcf5
6 changed files with 286 additions and 121 deletions

View File

@@ -4,6 +4,8 @@ Public Class JobConfig
Public Property Name As JobType
Public Property Enabled As Boolean = False
Public Property StartWithoutDelay As Boolean = False
' https://www.quartz-scheduler.net/documentation/quartz-3.x/how-tos/crontrigger.html
Public Property CronSchedule As String = ""
Public Property ArgsString As String = ""