| ApplicationProcess {RestRserve} | R Documentation |
Creates ApplicationProcess object
Description
Creates ApplicationProcess to hold PID of the running application.
Public fields
pidProcess identificator.
Methods
Public methods
Method new()
Creates ApplicationProcess object
Usage
ApplicationProcess$new(pid)
Arguments
pidProcess identificator.
Method kill()
Send signal to process.
Usage
ApplicationProcess$kill(signal = 15L)
Arguments
signalSignal code.
Method clone()
The objects of this class are cloneable with this method.
Usage
ApplicationProcess$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package RestRserve version 1.2.3 Index]