JobRunner: add option to disable Firebird sync

This commit is contained in:
Jonathan Jenne
2019-04-30 16:54:04 +02:00
parent 50d205717f
commit 7d1c2ced5a
4 changed files with 24 additions and 6 deletions

View File

@@ -2,4 +2,6 @@
Inherits JobArgs
Public RootPath As String
Public DisableFirebird As String
Public DisableMSSQL As String
End Class