Exemple #1
0
 /// <summary>
 /// Generates a report on the execution graph until this state.
 /// </summary>
 /// <returns></returns>
 /// <seealso cref="ExecutionReport"/>
 public ExecutionReport GetReport()
 {
     return(ExecutionReport.Build(this));
 }