* Abort the currently running execution. * The sandbox will stop at the next interrupt check point.
()
| 58 | * The sandbox will stop at the next interrupt check point. |
| 59 | */ |
| 60 | abort(): void; |
| 61 | |
| 62 | /** |
| 63 | * Get the abort signal for the current execution. |
no outgoing calls