vos_kill: Stop (kill) the Virtuoso server

Description Usage Arguments Details See Also Examples

View source: R/vos_kill.R

Description

Kill ends the process started by vos_start()

Usage

1
vos_kill(p = NA)

Arguments

p

a process object, returned by vos_process() or vos_start(). (will be restored from cache if not provided)

Details

vos_kill simply shuts down the local Virtuoso server, it does not remove any data stored in the database system. vos_kill() terminates the process, removing the process id from the process table.

See Also

vos_start()

Examples

1
2
3
4
5
6

virtuoso documentation built on Nov. 3, 2021, 1:07 a.m.