Options
All
  • Public
  • Public/Protected
  • All
Menu

Module core/engine

Index

Type aliases

DispatchFrame<Channel, Job>: { channel: null | Channel; node: null | MachinatNode; platform: string; tasks: MachinatTask<Job>[] }

Type parameters

Type declaration

DispatchResponse<Job, Result>: { jobs: Job[]; results: Result[]; tasks: MachinatTask<Job>[] }

Type parameters

  • Job

  • Result

Type declaration

DispatchableSegment<SegmentValue>: TextSegment | RawSegment<SegmentValue> | UnitSegment<SegmentValue>

Type parameters

  • SegmentValue

MachinatTask<Job>: DispatchTask<Job> | PauseTask | ThunkTask

Type parameters

  • Job

Generated using TypeDoc