(evaluation: Evaluation)
| 71 | } |
| 72 | |
| 73 | run(evaluation: Evaluation) { |
| 74 | let self = this; |
| 75 | this.timeout = setInterval(function() { |
| 76 | evaluation.executeActions(self.timeActions()); |
| 77 | // self.run(evaluation); |
| 78 | }, this.interval); |
| 79 | } |
| 80 | |
| 81 | setup(evaluation: Evaluation) { |
| 82 | if(this.interval !== undefined) { |
no test coverage detected