15-12-2022 ~ 2
This commit is contained in:
14
ECM.JobRunner.Common/Models/Jobs/StatusItem.vb
Normal file
14
ECM.JobRunner.Common/Models/Jobs/StatusItem.vb
Normal file
@@ -0,0 +1,14 @@
|
||||
Public Class StatusItem
|
||||
Public Const PROGRESS_CURRENT = "__Progress_Current"
|
||||
Public Const PROGRESS_TOTAL = "__Progress_Total"
|
||||
|
||||
Public Id As String
|
||||
Public Name As String
|
||||
Public ExecutionTime As TimeSpan
|
||||
Public ProgressCurrent As Integer
|
||||
Public ProgressTotal As Integer
|
||||
Public Executing As Boolean = False
|
||||
|
||||
Public StartTime As Date
|
||||
Public CompleteTime As Date
|
||||
End Class
|
||||
Reference in New Issue
Block a user