Stratal API Reference
Preparing search index...
stratal
OnShutdown
Interface OnShutdown
Lifecycle hook: called during application shutdown
interface
OnShutdown
{
onShutdown
(
context
:
ModuleContext
)
:
void
|
Promise
<
void
>
;
}
Index
Methods
on
Shutdown
Methods
on
Shutdown
onShutdown
(
context
:
ModuleContext
)
:
void
|
Promise
<
void
>
Parameters
context
:
ModuleContext
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
on
Shutdown
Stratal API Reference
Loading...
Lifecycle hook: called during application shutdown