EDMI: JobTest
This commit is contained in:
@@ -3,7 +3,8 @@ Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class Form1
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Dim oLogConfig As New LogConfig(LogConfig.PathType.Temp)
|
||||
Dim oLogConfig As New LogConfig(LogConfig.PathType.CustomPath, Application.StartupPath, Nothing, "Digital Data", "JobTest")
|
||||
oLogConfig.Debug = True
|
||||
Dim oJob As New GraphQLJob(oLogConfig)
|
||||
|
||||
Dim oArgs As New GraphQLArgs() With {
|
||||
@@ -12,5 +13,7 @@ Public Class Form1
|
||||
.QueryConfigPath = "E:\GraphQL"
|
||||
}
|
||||
oJob.Start(oArgs)
|
||||
|
||||
MsgBox("Finished!", MsgBoxStyle.Critical)
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user