logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

quit-process - (program-flow)

Description

quit-process will properly terminate the current request and its running process (be it service or command-line). It does that by sending itself a SIGTERM signal and then executing the process wind-down. quit-process may be used to stop the service processes (or restart them if setup) in rare cases where you wish to do so programmatically instead of using mgrg.

Examples

quit-process

Name

quit-process - (program-flow)

Purpose

Quit the current process.

See Also

Program flow break-loopcall-handlercode-blockscontinue-loopdo-onceexit-handlerif-definedif-truequit-processreturn-handlerstart-loop See all documentation $DATE $VERSION GOLF(2gg)

Syntax

quit-process

See Also