Tutorial: System.exit

System.exit

Exits the Runtime.

Example

fin.System.exit().then(() => console.log('exit')).catch(err => console.log(err));