Preparing search index...
The search index is not available polykey-cli
Function processClientStatus
process Client Status ( nodePath , nodeId ? , clientHost ? , clientPort ? , fs ? , logger ? ) : Promise < { clientHost : string | undefined ; clientPort : number | undefined ; nodeId : NodeId | undefined ; status : Status ; statusInfo : StatusStarting | StatusStopping | StatusDead ; } | { clientHost : string ; clientPort : number ; nodeId : NodeId ; status : Status ; statusInfo : StatusLive ; } | { clientHost : string ; clientPort : number ; nodeId : NodeId ; status : undefined ; statusInfo : undefined ; } >
Parameters
nodePath : string
Optional
nodeId : NodeId
Optional
clientHost : string
Optional
clientPort : number
Optional
fs : FileSystem
logger : Logger = ...
Returns Promise < { clientHost : string | undefined ; clientPort : number | undefined ; nodeId : NodeId | undefined ; status : Status ; statusInfo : StatusStarting | StatusStopping | StatusDead ; } | { clientHost : string ; clientPort : number ; nodeId : NodeId ; status : Status ; statusInfo : StatusLive ; } | { clientHost : string ; clientPort : number ; nodeId : NodeId ; status : undefined ; statusInfo : undefined ; } >
Process client status Options are used for connecting PolykeyClient Variant of processClientOptions Use this when you need always need the status info when reading the status