07-12-2022
This commit is contained in:
@@ -97,6 +97,7 @@ Namespace Scheduler
|
||||
.Name = pJob.Name,
|
||||
.Enabled = pJob.Active,
|
||||
.Arguments = New Dictionary(Of String, String) From {
|
||||
{"Id", pJob.Id},
|
||||
{"Name", pJob.Name}
|
||||
},
|
||||
.CronSchedule = pJob.CronSchedule
|
||||
|
||||
Reference in New Issue
Block a user