Load job into queue and load&Activate
WIP get active job information
This commit is contained in:
@@ -203,7 +203,7 @@ namespace Step.Model
|
||||
|
||||
// File paths
|
||||
public const string MAINTENANCE_ATTACHMENT_PATH = @"C:\CMS\STEP\attachment\";
|
||||
public const string TEMP_FOLDER = @"C:\CMS\STEP\tmp\";
|
||||
public const string TEMP_FOLDER = @"C:\CMS\STEP\TMP\";
|
||||
public const string TEMP_PP_FOLDER = TEMP_FOLDER + @"pp\";
|
||||
public const string JOB_TMP_DIRECTORY = TEMP_PP_FOLDER + @"job\";
|
||||
public const string QUEUE_TMP_FOLDER = TEMP_PP_FOLDER + @"queue\";
|
||||
|
||||
Reference in New Issue
Block a user