* Sets the flag indicating that the application is terminated. * @param isTerminated Value to set
(isTerminated: boolean)
| 311 | * @param isTerminated Value to set |
| 312 | */ |
| 313 | public setIsTerminated(isTerminated: boolean) { |
| 314 | this.isTerminated = isTerminated; |
| 315 | } |
| 316 | |
| 317 | /** |
| 318 | * Sets the flag indicating that the init hook was called. |
no outgoing calls
no test coverage detected