Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CloseableOutcome

The outcome of a close operation on a Closeable class.

Hierarchy

  • CloseableOutcome

Index

Properties

aborted?: boolean

Was the close operation aborted either internally or externally?

closed: boolean

Did the close operation succeed?

errors?: Error[]

Errors encountered during the operation, if any.

Generated using TypeDoc