Skip to content

taipy.core.Core

Core service

__init__()

Initialize a Core service.

run(force_restart=False)

Start a Core service.

This function checks and locks the configuration, manages application's version, and starts a job dispatcher.

stop(wait=True, timeout=None)

Stop the Core service. This function stops the dispatcher and unblock the Config for update.

Parameters:

Name Type Description Default
wait bool

If True, the method will wait for the dispatcher to stop.

True
timeout Optional[float]

The maximum time to wait. If None, the method will wait indefinitely.

None