Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OnWillStopAction<T>

Type Parameters

  • T = unknown

Hierarchy

  • OnWillStopAction

Index

Properties

priority?: number

A number representing priority. Higher priority items are run later. High priority implies that some options of this check will have negative impacts if the user subsequently cancels the shutdown.

reason: string

A descriptive string for the reason preventing close.

Methods