WIP: cleanup, work on doc result form
This commit is contained in:
9
Modules.Jobs/JobInterface.vb
Normal file
9
Modules.Jobs/JobInterface.vb
Normal file
@@ -0,0 +1,9 @@
|
||||
Public Interface IJob
|
||||
Sub Start(Arguments As Object)
|
||||
End Interface
|
||||
|
||||
Public Interface IJob(Of T)
|
||||
Sub Start(Arguments As T)
|
||||
|
||||
Function ShouldStart(Arguments As T) As Boolean
|
||||
End Interface
|
||||
Reference in New Issue
Block a user