Skip to main content

InternalState

@codebolt/types


Interface: InternalState

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:183

Properties

PropertyTypeDefined in
activeRequestsSet<string>common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:189
errorCountnumbercommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:191
isConnectedbooleancommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:185
isInitializedbooleancommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:184
lastError?Errorcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:192
lastHeartbeatnumbercommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:186
moduleStatesMap<string, any>common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:190
sessionIdstringcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:187
userId?stringcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:188