Skip to content

Exit exit

exit is a control flow function that exits the current rayforce process with code passed as an argument (optional).

(exit 1)
(exit 0)
(exit)