Exemplo n.º 1
0
 /// =======================================================================================================
 public string BatchDescription(int batch)
 {
     return("Batch[" + CAT.IndexLetter(BatchReports[batch].Number) + "]:" + BatchReports[batch].Alias);
 }
Exemplo n.º 2
0
 /// =======================================================================================================
 public string CommandDescription(Map map)
 {
     return("Command[" + CAT.IndexLetter(map.C) + "]:" + BatchReports[map.B].CommandReports[map].Description);
 }
Exemplo n.º 3
0
 /// =======================================================================================================
 public string Summary()
 {
     return("[" + CAT.IndexLetter(Number) + "] " + Alias + " " + StartTime + " " + Duration() + " " + ResultStatus);
 }