virtuoso (version 0.1.5)

vos_kill: Stop (kill) the Virtuoso server

Description

Kill ends the process started by vos_start()

Usage

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

Run this code
# NOT RUN {
if(has_virtuoso()){

  vos_start()
  vos_kill()

  }
# }

Run the code above in your browser using DataLab