diff options
Diffstat (limited to 'api/pl.treksoft.kvision.electron.nodejs')
28 files changed, 83 insertions, 156 deletions
diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process-versions/chrome.html b/api/pl.treksoft.kvision.electron.nodejs/-process-versions/chrome.html index 468e9fa0..eefa26a3 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process-versions/chrome.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process-versions/chrome.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">ProcessVersions</a> / <a href="./chrome.html">chrome</a><br/> <br/> <h1>chrome</h1> -<a name="pl.treksoft.kvision.electron.nodejs.ProcessVersions$chrome"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.ProcessVersions$chrome"></a> <code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">chrome</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process-versions/electron.html b/api/pl.treksoft.kvision.electron.nodejs/-process-versions/electron.html index 1166146a..24a07e5e 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process-versions/electron.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process-versions/electron.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">ProcessVersions</a> / <a href="./electron.html">electron</a><br/> <br/> <h1>electron</h1> -<a name="pl.treksoft.kvision.electron.nodejs.ProcessVersions$electron"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.ProcessVersions$electron"></a> <code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">electron</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process-versions/index.html b/api/pl.treksoft.kvision.electron.nodejs/-process-versions/index.html index 9f89a79d..d3e43830 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process-versions/index.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process-versions/index.html @@ -8,39 +8,27 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="./index.html">ProcessVersions</a><br/> <br/> <h1>ProcessVersions</h1> -<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">ProcessVersions</span></code> +(js) <code><span class="keyword">interface </span><span class="identifier">ProcessVersions</span></code> <h3>Properties</h3> <table> <tbody> <tr> <td> -<p><a href="chrome.html">chrome</a></p> +(js) +<h4><a href="chrome.html">chrome</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">chrome</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> </tr> <tr> <td> -<p><a href="electron.html">electron</a></p> +(js) +<h4><a href="electron.html">electron</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">electron</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> </tr> </tbody> </table> -<h3>Extension Functions</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span> <span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code> -<p>Helper function for creating JavaScript objects from dynamic constructors.</p> -</td> -</tr> -</tbody> -</table> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/add-listener.html b/api/pl.treksoft.kvision.electron.nodejs/-process/add-listener.html index 85b523a2..7a240277 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/add-listener.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/add-listener.html @@ -8,8 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./add-listener.html">addListener</a><br/> <br/> <h1>addListener</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$addListener(kotlin.String, kotlin.Function((kotlin.Any)))"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$addListener(kotlin.String, kotlin.Function((kotlin.Any)))"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$addListener(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$addListener(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Process</span></a></code> -<p>Overrides <a href="../../pl.treksoft.kvision.electron/-event-emitter/add-listener.html">EventEmitter.addListener</a></p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/crash.html b/api/pl.treksoft.kvision.electron.nodejs/-process/crash.html index ddf5ba9c..5e8212bf 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/crash.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/crash.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./crash.html">crash</a><br/> <br/> <h1>crash</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$crash()"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$crash()"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">crash</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/default-app.html b/api/pl.treksoft.kvision.electron.nodejs/-process/default-app.html index 1fb8505a..12d58587 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/default-app.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/default-app.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./default-app.html">defaultApp</a><br/> <br/> <h1>defaultApp</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$defaultApp"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$defaultApp"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">defaultApp</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/get-c-p-u-usage.html b/api/pl.treksoft.kvision.electron.nodejs/-process/get-c-p-u-usage.html index 54a87f8b..3f514c4a 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/get-c-p-u-usage.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/get-c-p-u-usage.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./get-c-p-u-usage.html">getCPUUsage</a><br/> <br/> <h1>getCPUUsage</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$getCPUUsage()"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$getCPUUsage()"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getCPUUsage</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-c-p-u-usage/index.html"><span class="identifier">CPUUsage</span></a></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/get-i-o-counters.html b/api/pl.treksoft.kvision.electron.nodejs/-process/get-i-o-counters.html index 72ea4a7e..e9326176 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/get-i-o-counters.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/get-i-o-counters.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./get-i-o-counters.html">getIOCounters</a><br/> <br/> <h1>getIOCounters</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$getIOCounters()"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$getIOCounters()"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getIOCounters</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-i-o-counters/index.html"><span class="identifier">IOCounters</span></a></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/get-process-memory-info.html b/api/pl.treksoft.kvision.electron.nodejs/-process/get-process-memory-info.html index a1a82d65..d428cc38 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/get-process-memory-info.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/get-process-memory-info.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./get-process-memory-info.html">getProcessMemoryInfo</a><br/> <br/> <h1>getProcessMemoryInfo</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$getProcessMemoryInfo()"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$getProcessMemoryInfo()"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getProcessMemoryInfo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-process-memory-info/index.html"><span class="identifier">ProcessMemoryInfo</span></a></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/get-system-memory-info.html b/api/pl.treksoft.kvision.electron.nodejs/-process/get-system-memory-info.html index 6b70fa4b..ea38e5f6 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/get-system-memory-info.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/get-system-memory-info.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./get-system-memory-info.html">getSystemMemoryInfo</a><br/> <br/> <h1>getSystemMemoryInfo</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$getSystemMemoryInfo()"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$getSystemMemoryInfo()"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getSystemMemoryInfo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-system-memory-info/index.html"><span class="identifier">SystemMemoryInfo</span></a></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/hang.html b/api/pl.treksoft.kvision.electron.nodejs/-process/hang.html index 23eca509..32f98292 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/hang.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/hang.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./hang.html">hang</a><br/> <br/> <h1>hang</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$hang()"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$hang()"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">hang</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/index.html b/api/pl.treksoft.kvision.electron.nodejs/-process/index.html index f18d71c5..a0bdacb6 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/index.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/index.html @@ -8,90 +8,102 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="./index.html">Process</a><br/> <br/> <h1>Process</h1> -<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">Process</span> <span class="symbol">:</span> <a href="../../pl.treksoft.kvision.electron/-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code> +(js) <code><span class="keyword">interface </span><span class="identifier">Process</span> <span class="symbol">:</span> <a href="../../pl.treksoft.kvision.electron/-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code> <h3>Properties</h3> <table> <tbody> <tr> <td> -<p><a href="default-app.html">defaultApp</a></p> +(js) +<h4><a href="default-app.html">defaultApp</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">defaultApp</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="mas.html">mas</a></p> +(js) +<h4><a href="mas.html">mas</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">mas</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="no-asar.html">noAsar</a></p> +(js) +<h4><a href="no-asar.html">noAsar</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">noAsar</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="no-deprecation.html">noDeprecation</a></p> +(js) +<h4><a href="no-deprecation.html">noDeprecation</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">noDeprecation</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="resources-path.html">resourcesPath</a></p> +(js) +<h4><a href="resources-path.html">resourcesPath</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">resourcesPath</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="sandboxed.html">sandboxed</a></p> +(js) +<h4><a href="sandboxed.html">sandboxed</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">sandboxed</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="throw-deprecation.html">throwDeprecation</a></p> +(js) +<h4><a href="throw-deprecation.html">throwDeprecation</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">throwDeprecation</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="trace-deprecation.html">traceDeprecation</a></p> +(js) +<h4><a href="trace-deprecation.html">traceDeprecation</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">traceDeprecation</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="trace-process-warnings.html">traceProcessWarnings</a></p> +(js) +<h4><a href="trace-process-warnings.html">traceProcessWarnings</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">traceProcessWarnings</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="type.html">type</a></p> +(js) +<h4><a href="type.html">type</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">type</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="versions.html">versions</a></p> +(js) +<h4><a href="versions.html">versions</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">versions</span><span class="symbol">: </span><a href="../-process-versions/index.html"><span class="identifier">ProcessVersions</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="windows-store.html">windowsStore</a></p> +(js) +<h4><a href="windows-store.html">windowsStore</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">windowsStore</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> @@ -103,164 +115,93 @@ <tbody> <tr> <td> -<p><a href="add-listener.html">addListener</a></p> +(js) +<h4><a href="add-listener.html">addListener</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">addListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$addListener(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$addListener(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Process</span></a></code></td> </tr> <tr> <td> -<p><a href="crash.html">crash</a></p> +(js) +<h4><a href="crash.html">crash</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">crash</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> </tr> <tr> <td> -<p><a href="get-c-p-u-usage.html">getCPUUsage</a></p> +(js) +<h4><a href="get-c-p-u-usage.html">getCPUUsage</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getCPUUsage</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-c-p-u-usage/index.html"><span class="identifier">CPUUsage</span></a></code></td> </tr> <tr> <td> -<p><a href="get-i-o-counters.html">getIOCounters</a></p> +(js) +<h4><a href="get-i-o-counters.html">getIOCounters</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getIOCounters</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-i-o-counters/index.html"><span class="identifier">IOCounters</span></a></code></td> </tr> <tr> <td> -<p><a href="get-process-memory-info.html">getProcessMemoryInfo</a></p> +(js) +<h4><a href="get-process-memory-info.html">getProcessMemoryInfo</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getProcessMemoryInfo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-process-memory-info/index.html"><span class="identifier">ProcessMemoryInfo</span></a></code></td> </tr> <tr> <td> -<p><a href="get-system-memory-info.html">getSystemMemoryInfo</a></p> +(js) +<h4><a href="get-system-memory-info.html">getSystemMemoryInfo</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getSystemMemoryInfo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-system-memory-info/index.html"><span class="identifier">SystemMemoryInfo</span></a></code></td> </tr> <tr> <td> -<p><a href="hang.html">hang</a></p> +(js) +<h4><a href="hang.html">hang</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">hang</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> </tr> <tr> <td> -<p><a href="on.html">on</a></p> +(js) +<h4><a href="on.html">on</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">on</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$on(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$on(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Process</span></a></code></td> </tr> <tr> <td> -<p><a href="once.html">once</a></p> +(js) +<h4><a href="once.html">once</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">once</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$once(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$once(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Process</span></a></code></td> </tr> <tr> <td> -<p><a href="remove-listener.html">removeListener</a></p> +(js) +<h4><a href="remove-listener.html">removeListener</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$removeListener(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$removeListener(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">Process</span></a></code></td> </tr> <tr> <td> -<p><a href="set-fd-limit.html">setFdLimit</a></p> +(js) +<h4><a href="set-fd-limit.html">setFdLimit</a></h4> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">setFdLimit</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$setFdLimit(kotlin.Number)/maxDescriptors">maxDescriptors</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> </tr> </tbody> </table> -<h3>Inherited Functions</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.electron/-event-emitter/emit.html">emit</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">emit</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$emit(kotlin.String, kotlin.Array((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$emit(kotlin.String, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> -</tr> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.electron/-event-emitter/event-names.html">eventNames</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">eventNames</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.electron/-event-emitter/get-max-listeners.html">getMaxListeners</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getMaxListeners</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td> -</tr> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.electron/-event-emitter/listener-count.html">listenerCount</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">listenerCount</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$listenerCount(kotlin.String)/type">type</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td> -</tr> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.electron/-event-emitter/listeners.html">listeners</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">listeners</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$listeners(kotlin.String)/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">></span></code></td> -</tr> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.electron/-event-emitter/prepend-listener.html">prependListener</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">prependListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$prependListener(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$prependListener(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code></td> -</tr> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.electron/-event-emitter/prepend-once-listener.html">prependOnceListener</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">prependOnceListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$prependOnceListener(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$prependOnceListener(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code></td> -</tr> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.electron/-event-emitter/remove-all-listeners.html">removeAllListeners</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeAllListeners</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$removeAllListeners(kotlin.String)/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> definedExternally<span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code></td> -</tr> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.electron/-event-emitter/set-max-listeners.html">setMaxListeners</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setMaxListeners</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.EventEmitter$setMaxListeners(kotlin.Number)/n">n</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.electron/-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code></td> -</tr> -</tbody> -</table> -<h3>Extension Functions</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span> <span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code> -<p>Helper function for creating JavaScript objects from dynamic constructors.</p> -</td> -</tr> -</tbody> -</table> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/mas.html b/api/pl.treksoft.kvision.electron.nodejs/-process/mas.html index 72af57e3..2a6ca11b 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/mas.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/mas.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./mas.html">mas</a><br/> <br/> <h1>mas</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$mas"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$mas"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">mas</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/no-asar.html b/api/pl.treksoft.kvision.electron.nodejs/-process/no-asar.html index 91afae17..dbb994f9 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/no-asar.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/no-asar.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./no-asar.html">noAsar</a><br/> <br/> <h1>noAsar</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$noAsar"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$noAsar"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">noAsar</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/no-deprecation.html b/api/pl.treksoft.kvision.electron.nodejs/-process/no-deprecation.html index f9e84611..961ef768 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/no-deprecation.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/no-deprecation.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./no-deprecation.html">noDeprecation</a><br/> <br/> <h1>noDeprecation</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$noDeprecation"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$noDeprecation"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">noDeprecation</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/on.html b/api/pl.treksoft.kvision.electron.nodejs/-process/on.html index 193e0e70..c83ea094 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/on.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/on.html @@ -8,8 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./on.html">on</a><br/> <br/> <h1>on</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$on(kotlin.String, kotlin.Function((kotlin.Any)))"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$on(kotlin.String, kotlin.Function((kotlin.Any)))"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">on</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$on(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$on(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Process</span></a></code> -<p>Overrides <a href="../../pl.treksoft.kvision.electron/-event-emitter/on.html">EventEmitter.on</a></p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/once.html b/api/pl.treksoft.kvision.electron.nodejs/-process/once.html index 65ac75f8..f9f88ce1 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/once.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/once.html @@ -8,8 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./once.html">once</a><br/> <br/> <h1>once</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$once(kotlin.String, kotlin.Function((kotlin.Any)))"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$once(kotlin.String, kotlin.Function((kotlin.Any)))"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">once</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$once(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$once(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Process</span></a></code> -<p>Overrides <a href="../../pl.treksoft.kvision.electron/-event-emitter/once.html">EventEmitter.once</a></p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/remove-listener.html b/api/pl.treksoft.kvision.electron.nodejs/-process/remove-listener.html index 7e0719fc..45d57cb3 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/remove-listener.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/remove-listener.html @@ -8,8 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./remove-listener.html">removeListener</a><br/> <br/> <h1>removeListener</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$removeListener(kotlin.String, kotlin.Function((kotlin.Any)))"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$removeListener(kotlin.String, kotlin.Function((kotlin.Any)))"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$removeListener(kotlin.String, kotlin.Function((kotlin.Any)))/event">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$removeListener(kotlin.String, kotlin.Function((kotlin.Any)))/listener">listener</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Process</span></a></code> -<p>Overrides <a href="../../pl.treksoft.kvision.electron/-event-emitter/remove-listener.html">EventEmitter.removeListener</a></p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/resources-path.html b/api/pl.treksoft.kvision.electron.nodejs/-process/resources-path.html index a9b2aea9..199729a4 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/resources-path.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/resources-path.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./resources-path.html">resourcesPath</a><br/> <br/> <h1>resourcesPath</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$resourcesPath"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$resourcesPath"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">resourcesPath</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/sandboxed.html b/api/pl.treksoft.kvision.electron.nodejs/-process/sandboxed.html index 2709f593..3ea6021a 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/sandboxed.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/sandboxed.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./sandboxed.html">sandboxed</a><br/> <br/> <h1>sandboxed</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$sandboxed"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$sandboxed"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">sandboxed</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/set-fd-limit.html b/api/pl.treksoft.kvision.electron.nodejs/-process/set-fd-limit.html index c61ef542..0d03cc03 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/set-fd-limit.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/set-fd-limit.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./set-fd-limit.html">setFdLimit</a><br/> <br/> <h1>setFdLimit</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$setFdLimit(kotlin.Number)"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$setFdLimit(kotlin.Number)"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">setFdLimit</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.nodejs.Process$setFdLimit(kotlin.Number)/maxDescriptors">maxDescriptors</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/throw-deprecation.html b/api/pl.treksoft.kvision.electron.nodejs/-process/throw-deprecation.html index 918ba693..15e0a4ff 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/throw-deprecation.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/throw-deprecation.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./throw-deprecation.html">throwDeprecation</a><br/> <br/> <h1>throwDeprecation</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$throwDeprecation"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$throwDeprecation"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">throwDeprecation</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/trace-deprecation.html b/api/pl.treksoft.kvision.electron.nodejs/-process/trace-deprecation.html index 499da17d..826bd563 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/trace-deprecation.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/trace-deprecation.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./trace-deprecation.html">traceDeprecation</a><br/> <br/> <h1>traceDeprecation</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$traceDeprecation"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$traceDeprecation"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">traceDeprecation</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/trace-process-warnings.html b/api/pl.treksoft.kvision.electron.nodejs/-process/trace-process-warnings.html index af82462c..6cffc3e4 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/trace-process-warnings.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/trace-process-warnings.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./trace-process-warnings.html">traceProcessWarnings</a><br/> <br/> <h1>traceProcessWarnings</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$traceProcessWarnings"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$traceProcessWarnings"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">traceProcessWarnings</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/type.html b/api/pl.treksoft.kvision.electron.nodejs/-process/type.html index 24f11ef0..2be71a05 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/type.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/type.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./type.html">type</a><br/> <br/> <h1>type</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$type"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$type"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">type</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/versions.html b/api/pl.treksoft.kvision.electron.nodejs/-process/versions.html index 117fe570..01441668 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/versions.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/versions.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./versions.html">versions</a><br/> <br/> <h1>versions</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$versions"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$versions"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">versions</span><span class="symbol">: </span><a href="../-process-versions/index.html"><span class="identifier">ProcessVersions</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/-process/windows-store.html b/api/pl.treksoft.kvision.electron.nodejs/-process/windows-store.html index e19b1c7d..cb7eeeb4 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/-process/windows-store.html +++ b/api/pl.treksoft.kvision.electron.nodejs/-process/windows-store.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron.nodejs</a> / <a href="index.html">Process</a> / <a href="./windows-store.html">windowsStore</a><br/> <br/> <h1>windowsStore</h1> -<a name="pl.treksoft.kvision.electron.nodejs.Process$windowsStore"></a> +(js) <a name="pl.treksoft.kvision.electron.nodejs.Process$windowsStore"></a> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">windowsStore</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.electron.nodejs/index.html b/api/pl.treksoft.kvision.electron.nodejs/index.html index 446efb97..7839cc10 100644 --- a/api/pl.treksoft.kvision.electron.nodejs/index.html +++ b/api/pl.treksoft.kvision.electron.nodejs/index.html @@ -14,17 +14,19 @@ <tbody> <tr> <td> -<p><a href="-process/index.html">Process</a></p> +(js) +<h4><a href="-process/index.html">Process</a></h4> </td> <td> -<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">Process</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.electron/-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code></td> +<code><span class="keyword">interface </span><span class="identifier">Process</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.electron/-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code></td> </tr> <tr> <td> -<p><a href="-process-versions/index.html">ProcessVersions</a></p> +(js) +<h4><a href="-process-versions/index.html">ProcessVersions</a></h4> </td> <td> -<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">ProcessVersions</span></code></td> +<code><span class="keyword">interface </span><span class="identifier">ProcessVersions</span></code></td> </tr> </tbody> </table> |