Type alias ResumeOrchestrator

ResumeOrchestrator: ExternalOrchestratorBase & {
    resumeTransfer: (() => Promise<void>);
}

Type declaration

  • resumeTransfer: (() => Promise<void>)

    Resumes the transfer with the information that this Orchestrator was created with

      • (): Promise<void>
      • Returns Promise<void>