함수: readInterruptBinding()
function readInterruptBinding(descriptor): InterruptBinding | undefined;
정의 위치: packages/ai/src/interrupt-resume.ts:927
디스크립터에서 열린 resume 바인딩을 읽거나, 디스크립터에 이해할 수 있는 버전의 바인딩이 없으면 undefined를 반환합니다.
undefined는 "이 인터럽트는 재개할 대상이 아님"을 의미합니다. 바인딩을 임의로 만들어 복구를 시도할 때 발생하는 실패가 아닙니다.
매개변수
descriptor
Interrupt
반환값
InterruptBinding | undefined