taskbridgeapp.gui.viewmodel.threadedtasks.NotePreWarm
- class taskbridgeapp.gui.viewmodel.threadedtasks.NotePreWarm(cb)
Bases:
QThreadPerforms tasks required to allow the user to configure note synchronisation and prepare for synchronisation.
Methods
Carries out the pre-warm tasks.
Attributes
__display_name____name____orig_bases____sphinx_decorator_args____sphinx_mock__- __call__(*args, **kwargs)
Call self as a function.
- Return type:
Any
- __init__(cb)
Initialises the pre-warm.
- Parameters:
cb (
Callable) – function which is called when the pre-warm is complete.
- message_signal
Log messages are sent to this signal.
alias of
str
- run()
Carries out the pre-warm tasks. This includes.
Fetch the local notes folders.
Fetch the remote notes folders.
Synchronise deleted folders.
Associate local and remote folders.