Projektdateien hinzufügen.
This commit is contained in:
10
ECM.JobRunner.Windows/Scheduler/JobConfig.vb
Normal file
10
ECM.JobRunner.Windows/Scheduler/JobConfig.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
Namespace Scheduler
|
||||
Public Class JobConfig
|
||||
Public Property Enabled As Boolean = False
|
||||
Public Property StartWithoutDelay As Boolean = False
|
||||
Public Property Name As String = "Unnamed Job"
|
||||
Public Property CronSchedule As String = ""
|
||||
Public Property Arguments As New Dictionary(Of String, String)
|
||||
End Class
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user