Skip to content

Modules Common Library / specialErrors

specialErrors

Functions

interrupt()

ts
function interrupt(): never;

Defined in: lib/modules-lib/src/specialErrors.ts:6

This function is used to interrupt the frontend execution. When called, the frontend will notify that the program has ended successfully and display a message that the program is stopped by a module.

Returns

never