The stage of the extension execution in the extension chain.

Enumeration Members

AfterPlatform: 3

The extension is performed after the platform extensions. It is recommended to use for custom extensions.

BeforePlatform: 1

The extension is performed before platform extensions. It is recommended to use for custom extensions.

Finalize: 4

The extension is executed at the end of the extension chain. It is recommended to use it only for platform extensions.

Initialize: 0

The extension is executed when the extension chain is initialized. It is recommended to use it only for platform extensions.

Platform: 2

The extension is platform-based and runs in the middle of the extension chain. It is recommended to use it only for platform extensions.

Generated using TypeDoc