jobs
List + config of scheduled jobs
Functions:
-
findmy_open_window_check–Job to check if FindMy window is open or not
-
get_jobs_config–Function to return jobs configuration
-
mirror_decrypt_process_job–Job to mirror, decrypt and process cache files from FMIP
-
start_caffeinate_process–Job to start a Caffeinate process
-
start_prometheus_wsgi_server–Job to start Prometheus WSGI server
-
window_focus_handler_job–Job to handle the window focus for Find My app
findmy_open_window_check
findmy_open_window_check() -> None
Job to check if FindMy window is open or not
Returns:
-
None–Nothing
get_jobs_config
get_jobs_config() -> List[Dict[str, str | int | List[Any] | Dict[Any, Any] | Callable | object | None]]
Function to return jobs configuration
Returns:
-
List[Dict[str, str | int | List[Any] | Dict[Any, Any] | Callable | object | None]]–Dict of jobs config
mirror_decrypt_process_job
mirror_decrypt_process_job() -> None
Job to mirror, decrypt and process cache files from FMIP
Returns:
-
None–Nothing
start_caffeinate_process
start_caffeinate_process(manager_: CaffeinateManager | None = None, *args, **kwargs) -> None
Job to start a Caffeinate process
Returns:
-
None–Nothing
start_prometheus_wsgi_server
start_prometheus_wsgi_server() -> None
Job to start Prometheus WSGI server
Returns:
-
None–Nothing
window_focus_handler_job
window_focus_handler_job() -> None
Job to handle the window focus for Find My app
Returns:
-
None–Nothing