Enum AppShutdownInstruction
Values that represent application shutdown instructions.
Namespace: Kephas.Application
Assembly: Kephas.Application.dll
Syntax
public enum AppShutdownInstruction
Fields
| Name | Description |
|---|---|
| Ignore | The shutdown signal should be ignored. |
| Shutdown | Continues the termination with the shutdown procedure. |