MountainSynchronizeConfiguration

Function MountainSynchronizeConfiguration 

Source
pub async fn MountainSynchronizeConfiguration(
    app_handle: AppHandle,
) -> Result<Value, String>
Expand description

Synchronize configuration.

This command triggers a configuration synchronization between different configuration sources through the ConfigurationBridge.

§Arguments

  • app_handle - Tauri application handle

§Returns

Returns a JSON response indicating sync status, or an error string.

§Errors

Returns an error if:

  • Sync process fails
  • Network connectivity issues
  • Configuration conflicts cannot be resolved