playground / Exports / IExecutionResult
Interface: IExecutionResult
Table of contents
Properties
Properties
success
• success: boolean
Defined in
playground/src/lib/playground/code-executor.ts:16
output
• Optional output: string
Defined in
playground/src/lib/playground/code-executor.ts:17
error
• Optional error: string
Defined in
playground/src/lib/playground/code-executor.ts:18
logs
• Optional logs: string[]
Defined in
playground/src/lib/playground/code-executor.ts:19
duration
• duration: number
Defined in
playground/src/lib/playground/code-executor.ts:20
agentReady
• agentReady: boolean
Defined in
playground/src/lib/playground/code-executor.ts:21
compiledCode
• Optional compiledCode: string
Defined in
playground/src/lib/playground/code-executor.ts:22
errors
• Optional errors: IErrorInfo[]
Defined in
playground/src/lib/playground/code-executor.ts:23
warnings
• Optional warnings: IErrorInfo[]