Creates ApplicationProcess object
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.
Useful links