Learn R Programming

RestRserve (version 1.2.3)

ApplicationProcess: Creates ApplicationProcess object

Description

Creates ApplicationProcess to hold PID of the running application.

Arguments

Public fields

pid

Process identificator.

Methods


Method new()

Creates ApplicationProcess object

Usage

ApplicationProcess$new(pid)

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.