Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPendingPromise

A completion promise used wait for async commands

Hierarchy

  • IPendingPromise

Index

Properties

finishedError

finishedError: (e: Error) => void

Rejects the promise

Type declaration

    • (e: Error): void
    • Parameters

      • e: Error

      Returns void

finishedOK

finishedOK: (res?: any) => void

Resolves the promise

Type declaration

    • (res?: any): void
    • Parameters

      • Optional res: any

      Returns void

resultPromise

resultPromise: Promise<any>

The pending promise

Generated using TypeDoc