(silent = true)
| 73 | } |
| 74 | |
| 75 | setSilent(silent = true) { |
| 76 | if (this.submitted) throw 'silent flag cannot be changed once submitted!'; |
| 77 | if (silent) this.silent = true; |
| 78 | return this; |
| 79 | } |
| 80 | |
| 81 | setDuration(when) { |
| 82 | if (this.submitted) throw 'duration cannot be changed once submitted!'; |