ShuttingDownEventArgsinterface
Describes the argument received by the callback function for handling the platform shutdown event.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| initiator⚓︎ | Instance | x | x | Information about the Interop instance that has initiated the platform shutdown or restart. |
| reason⚓︎ | string | x | x | Reason for the platform shutdown or restart. |
| restarting⚓︎ | boolean | x | Flag indicating whether the platform is being restarted. |