08-12-2022
This commit is contained in:
@@ -31,6 +31,8 @@ Public Class UpdateJob
|
||||
|
||||
If oResponse Then
|
||||
Scheduler.Reload()
|
||||
Else
|
||||
Logger.Warn("Error while updating Profile, data not reloaded!")
|
||||
End If
|
||||
|
||||
Return New UpdateJobResponse With {.OK = oResponse}
|
||||
@@ -74,8 +76,6 @@ Public Class UpdateJob
|
||||
End Function
|
||||
End Class
|
||||
|
||||
|
||||
|
||||
Public Class UpdateJobRequest
|
||||
Public Enum UpdateJobAction
|
||||
Create
|
||||
@@ -84,7 +84,7 @@ Public Class UpdateJob
|
||||
End Enum
|
||||
|
||||
Public Action As UpdateJobAction
|
||||
Public Job As JobRunnerReference.JobDefinition
|
||||
Public Job As JobDefinition
|
||||
End Class
|
||||
|
||||
Public Class UpdateJobResponse
|
||||
|
||||
Reference in New Issue
Block a user