|
@@ -43,6 +43,12 @@ public class TestHelper
|
|
|
|
|
|
public void DoQueue()
|
|
|
{
|
|
|
+ string check = function.ReadInstance("/chk.txt");
|
|
|
+ if(!string.IsNullOrEmpty(check))
|
|
|
+ {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ function.WritePage("/", "chk.txt", DateTime.Now.ToString());
|
|
|
string[] list = function.ReadInstance("9.txt").Split('\n');
|
|
|
string result = ",";
|
|
|
foreach(string sub in list)
|