StartProcess: StartProcess

StartProcessR Documentation

StartProcess

Description

StartProcess

StartProcess

Format

R6Class object, super class IdObject.

Super classes

tercenApi::Base -> tercenApi::IdObject -> StartProcess

Public fields

id

of type String inherited from super class IdObject.

executable

of type String.

arguments

list of type String.

timeout

of type int.

pid

of type int.

script

of type String.

ulimits

object of class Ulimits.

Active bindings

id

of type String inherited from super class IdObject.

Methods

Public methods

Inherited methods

Method new()

Usage
StartProcess$new(json = NULL)

Method init()

Usage
StartProcess$init()

Method initJson()

Usage
StartProcess$initJson(json)

Method toTson()

Usage
StartProcess$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
StartProcess$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.