# 1300 - Loading module

1300 - Loading module

<table data-header-hidden><thead><tr><th width="221.27937336814625">Event</th><th>Extension action set</th><th>Description</th></tr></thead><tbody><tr><td><strong>Event</strong></td><td><strong>Extension action set</strong></td><td><strong>Description</strong></td></tr><tr><td>Before </td><td>EXT_1300_1_Before</td><td>Will be executed before the app opens the loading module</td></tr><tr><td><a href="#replace">Replace</a></td><td>EXT_1300_2_Replace</td><td>Will be executed to replace the module</td></tr><tr><td>After</td><td>EXT_1300_3_After</td><td>Will be executed after the app opens the loading module</td></tr></tbody></table>

### Replace

*Output Parameters*

* outOpenModule - Is used to open the Module after executing the Replace code:
  * 0 - Don't open
  * 1 - Open

The default option is 0 to don't open because the normal behaviour of the replace function is to replace the module.
