Verbiage for CalcSticker
This commit is contained in:
@@ -137,7 +137,9 @@ namespace MarketData.Services
|
|||||||
int WAIT_TIME = 60000; // 1 minute intervals
|
int WAIT_TIME = 60000; // 1 minute intervals
|
||||||
if(commandArgs.Has("WAITFORCOMPLETION"))
|
if(commandArgs.Has("WAITFORCOMPLETION"))
|
||||||
{
|
{
|
||||||
List<String> processArguments = Utility.ToList(commandArgs.Get<String>("WAITFORCOMPLETION"),',');
|
String waitForCompletion = commandArgs.Get<String>("WAITFORCOMPLETION");
|
||||||
|
MDTrace.WriteLine(LogLevel.DEBUG,$"/WAITFORCOMPLETION:{waitForCompletion}");
|
||||||
|
List<String> processArguments = Utility.ToList(waitForCompletion,',');
|
||||||
while(Utility.IsProcessRunning("mk",processArguments))
|
while(Utility.IsProcessRunning("mk",processArguments))
|
||||||
{
|
{
|
||||||
MDTrace.WriteLine(LogLevel.DEBUG,$"CALCSTICKER is waiting for items in the process completion list {commandArgs.Get<String>("WAITFORCOMPLETION")}");
|
MDTrace.WriteLine(LogLevel.DEBUG,$"CALCSTICKER is waiting for items in the process completion list {commandArgs.Get<String>("WAITFORCOMPLETION")}");
|
||||||
|
|||||||
Reference in New Issue
Block a user