Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunnableOutcome<ReturnT>

Result object returned when runnable task invocation completes, whether it fails or succeeds.

Type parameters

  • ReturnT

Hierarchy

  • RunnableOutcome

Index

Properties

execution: { complete: boolean; errors: Error[]; exception: boolean }

Type declaration

  • complete: boolean
  • errors: Error[]
  • exception: boolean
returnValue: null | ReturnT

Generated using TypeDoc