* Stop the comment manager
()
| 73 | * Stop the comment manager |
| 74 | */ |
| 75 | public stop():void { |
| 76 | this._status = "stopped"; |
| 77 | // Go through the comment runline and stop stuff |
| 78 | for (var i = 0; i < this.runline.length; i++) { |
| 79 | this.runline[i].stop(); |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Load a list of comments into the time line |