ApplicationProcess | R Documentation |
Creates ApplicationProcess to hold PID of the running application.
pid
Process identificator.
new()
Creates ApplicationProcess object
ApplicationProcess$new(pid)
pid
Process identificator.
kill()
Send signal to process.
ApplicationProcess$kill(signal = 15L)
signal
Signal code.
clone()
The objects of this class are cloneable with this method.
ApplicationProcess$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.