15-12-2022 ~ 2
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports Quartz
|
||||
Imports Quartz.Listener
|
||||
Imports ECM.JobRunner.Common
|
||||
|
||||
Namespace Scheduler
|
||||
Public Class JobListener
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
Public Class JobResult
|
||||
Imports ECM.JobRunner.Common
|
||||
|
||||
Public Class JobResult
|
||||
Public Property Successful As Boolean
|
||||
Public Property Description As String
|
||||
Public Property Steps As List(Of HistoryItem.HistoryStep)
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
Imports Quartz
|
||||
Imports System.Text.RegularExpressions
|
||||
Imports DigitalData.Modules.Filesystem
|
||||
Imports ECM.JobRunner.Common
|
||||
|
||||
Namespace Scheduler.Jobs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user