This commit is contained in:
Developer01
2026-07-07 17:00:11 +02:00
parent 36c3a055e3
commit 0e31f5c8e3
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
End Interface
Public Interface IJob(Of T)
Sub Start(Arguments As T)
Sub StartDexAPISQL(Arguments As T)
Function ShouldStart(Arguments As T) As Boolean
End Interface