Changeset 14816
- Timestamp:
- 04/03/17 18:26:50 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Templates/EmptyAlgorithm/EmptyAlgorithm/MyAlgorithm.cs
r14364 r14816 97 97 Results.Add(new Result("Execution time", new TimeSpanValue(this.ExecutionTime))); 98 98 } 99 100 public override bool SupportsPause { 101 get { return false; } 102 } 99 103 } 100 104 }
Note: See TracChangeset
for help on using the changeset viewer.