diff --git a/Jobs/JobConfigParser.vb b/Jobs/JobConfigParser.vb index 3c6f702c..74a7cfd5 100644 --- a/Jobs/JobConfigParser.vb +++ b/Jobs/JobConfigParser.vb @@ -9,7 +9,7 @@ Public Class JobConfigParser Private Const ARGS_LIST_DELIMITER As String = "|" ''' - ''' Parse a job config string. ex: True|* 0/3 * * * ?|Arg1=Foo + ''' Parse a job config string. ex: True|0 0/3 * * * ?|Arg1::Foo,Arg2::Bar ''' ''' ''' A populated JobConfig object diff --git a/Service.JobRunner/App.config b/Service.JobRunner/App.config index 7f837fee..36334114 100644 --- a/Service.JobRunner/App.config +++ b/Service.JobRunner/App.config @@ -29,10 +29,10 @@ False - + True|0 0 0/1 * * ?|RootPath::LDAP://DIGITALDATA - False|10/0 * * * * ?|Foo:Bar + False|10/0 * * * * ?|Foo::Bar diff --git a/Service.JobRunner/My Project/Settings.Designer.vb b/Service.JobRunner/My Project/Settings.Designer.vb index da4d8c38..7cfe7c1e 100644 --- a/Service.JobRunner/My Project/Settings.Designer.vb +++ b/Service.JobRunner/My Project/Settings.Designer.vb @@ -119,7 +119,7 @@ Namespace My _ + Global.System.Configuration.DefaultSettingValueAttribute("True|0 0 0/1 * * ?|RootPath::LDAP://DIGITALDATA")> _ Public ReadOnly Property ADSYNC_CONFIG() As String Get Return CType(Me("ADSYNC_CONFIG"),String) @@ -128,7 +128,7 @@ Namespace My _ + Global.System.Configuration.DefaultSettingValueAttribute("False|10/0 * * * * ?|Foo::Bar")> _ Public ReadOnly Property TEST_CONFIG() As String Get Return CType(Me("TEST_CONFIG"),String) diff --git a/Service.JobRunner/My Project/Settings.settings b/Service.JobRunner/My Project/Settings.settings index 61a6220d..0742959f 100644 --- a/Service.JobRunner/My Project/Settings.settings +++ b/Service.JobRunner/My Project/Settings.settings @@ -24,10 +24,10 @@ False - + True|0 0 0/1 * * ?|RootPath::LDAP://DIGITALDATA - False|10/0 * * * * ?|Foo:Bar + False|10/0 * * * * ?|Foo::Bar \ No newline at end of file