@iobroker/js-controller-common
Advanced tools
Comparing version 5.0.20-alpha.0-20240504-31d1cb492 to 5.0.20-alpha.0-20240508-d36cddc8d
@@ -682,3 +682,21 @@ /// <reference types="node" resolution-mode="require"/> | ||
export declare function getHostObject(oldObj?: ioBroker.HostObject | null): ioBroker.HostObject; | ||
/** | ||
* Get file name of the pids file | ||
* | ||
* @returns file name of the pids file | ||
*/ | ||
export declare function getPidsFileName(): string; | ||
/** | ||
* Get all ioBroker process ids | ||
* | ||
* @returns process ids or empty array if no process running | ||
*/ | ||
export declare function getPids(): Promise<number[]>; | ||
/** | ||
* Get the controller pid | ||
* | ||
* @returns pid if running else undefined | ||
*/ | ||
export declare function getControllerPid(): Promise<number | undefined>; | ||
export * from '../../lib/common/maybeCallback.js'; | ||
//# sourceMappingURL=tools.d.ts.map |
@@ -682,3 +682,21 @@ /// <reference types="node" resolution-mode="require"/> | ||
export declare function getHostObject(oldObj?: ioBroker.HostObject | null): ioBroker.HostObject; | ||
/** | ||
* Get file name of the pids file | ||
* | ||
* @returns file name of the pids file | ||
*/ | ||
export declare function getPidsFileName(): string; | ||
/** | ||
* Get all ioBroker process ids | ||
* | ||
* @returns process ids or empty array if no process running | ||
*/ | ||
export declare function getPids(): Promise<number[]>; | ||
/** | ||
* Get the controller pid | ||
* | ||
* @returns pid if running else undefined | ||
*/ | ||
export declare function getControllerPid(): Promise<number | undefined>; | ||
export * from '../../lib/common/maybeCallback.js'; | ||
//# sourceMappingURL=tools.d.ts.map |
{ | ||
"name": "@iobroker/js-controller-common", | ||
"type": "module", | ||
"version": "5.0.20-alpha.0-20240504-31d1cb492", | ||
"version": "5.0.20-alpha.0-20240508-d36cddc8d", | ||
"engines": { | ||
@@ -76,3 +76,3 @@ "node": ">=18.0.0" | ||
], | ||
"gitHead": "b86d81487842aa41fb8104399d978699bf6237dc" | ||
"gitHead": "a1bf1c4c5ca460d8d1faaf73dcc7cfe1d93ed3b7" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
804668
9465