kvision / pl.treksoft.kvision.electron.nodejs / Process

Process

(js) interface Process : EventEmitter

Properties

(js)

defaultApp

open var defaultApp: Boolean?
(js)

mas

open var mas: Boolean?
(js)

noAsar

open var noAsar: Boolean?
(js)

noDeprecation

open var noDeprecation: Boolean?
(js)

resourcesPath

open var resourcesPath: String?
(js)

sandboxed

open var sandboxed: Boolean?
(js)

throwDeprecation

open var throwDeprecation: Boolean?
(js)

traceDeprecation

open var traceDeprecation: Boolean?
(js)

traceProcessWarnings

open var traceProcessWarnings: Boolean?
(js)

type

open var type: String?
(js)

versions

open var versions: ProcessVersions?
(js)

windowsStore

open var windowsStore: Boolean?

Functions

(js)

addListener

abstract fun addListener(event: String, listener: Function<*>): Process
(js)

crash

abstract fun crash(): Unit
(js)

getCPUUsage

abstract fun getCPUUsage(): CPUUsage
(js)

getIOCounters

abstract fun getIOCounters(): IOCounters
(js)

getProcessMemoryInfo

abstract fun getProcessMemoryInfo(): ProcessMemoryInfo
(js)

getSystemMemoryInfo

abstract fun getSystemMemoryInfo(): SystemMemoryInfo
(js)

hang

abstract fun hang(): Unit
(js)

on

abstract fun on(event: String, listener: Function<*>): Process
(js)

once

abstract fun once(event: String, listener: Function<*>): Process
(js)

removeListener

abstract fun removeListener(event: String, listener: Function<*>): Process
(js)

setFdLimit

abstract fun setFdLimit(maxDescriptors: Number): Unit