Interface: RawExecResult
Interface: RawExecResult
Docker Desktop 확장 SDK의 RawExecResult 인터페이스예요. 명령 실행 결과를 파싱되지 않은 원시 형태로 담아요.
출처: 문서
본문
Interface: RawExecResult
Since
0.2.0
Hierarchy
RawExecResult
↳ ExecResultExecResult)
속성
cmd
• Optional Readonly cmd: string
killed
• Optional Readonly killed: boolean
signal
• Optional Readonly signal: string
code
• Optional Readonly code: number
stdout
• Readonly stdout: string
stderr
• Readonly stderr: string