property ClusterSettings.uid
Usage in Deno
import { type ClusterSettings } from "node:cluster";
Sets the user identity of the process. (See setuid(2)
.)
number | undefined
import { type ClusterSettings } from "node:cluster";
Sets the user identity of the process. (See setuid(2)
.)
number | undefined