Skip to main content

BackgroundAgentData

@codebolt/types


Interface: BackgroundAgentData

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:16

Background agent data structure

Extended by

Indexable

[key: string]: unknown

Properties

PropertyTypeDefined in
agentId?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:18
error?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:22
metadata?Record<string, unknown>common/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:25
result?unknowncommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:21
startedAt?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:20
status?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:19
success?booleancommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:23
threadId?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:17
type?stringcommon/types/src/codeboltjstypes/libFunctionTypes/backgroundChildThreads.ts:24