Creates ApplicationProcess to hold PID of the running application.

Public fields

pid

Process identificator.

Methods


Method new()

Creates ApplicationProcess object

Usage

Arguments

pid

Process identificator.


Method kill()

Send signal to process.

Usage

ApplicationProcess$kill(signal = 15L)

Arguments

signal

Signal code.


Method clone()

The objects of this class are cloneable with this method.

Usage

ApplicationProcess$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.