Description

Enables multithreading for this component and restores execution of its registered recurring functions. Functions previously paused with DisableMultithreading continue without another AddFunction call.

Resume existing work

Previously registered functions return to the recurring worker workflow.

Lifecycle use

Pair this with DisableMultithreading when worker execution should follow the component’s enabled state.

Code Example