Skip to content

procxy / HandleAck

Interface: HandleAck

Defined in: src/shared/protocol.ts:217

Handle acknowledgment sent from child to parent after handle is received.

Properties

PropertyTypeDescriptionDefined in
error?stringHuman-readable error description when received is falsesrc/shared/protocol.ts:225
handleIdstringMatches HandleMessage.handleId of the handle being acknowledgedsrc/shared/protocol.ts:221
receivedbooleantrue if the child successfully received and registered the handlesrc/shared/protocol.ts:223
type"HANDLE_ACK"Discriminant: always 'HANDLE_ACK'src/shared/protocol.ts:219

Released under the MIT License.