Skip to contents

Kills the supervised background process started by ghqc(). If no server is running, a message is printed and the function returns silently.

Usage

ghqc_stop()

Value

NULL invisibly.

Examples

if (FALSE) { # \dontrun{
ghqc()
ghqc_stop()
} # }