pub async fn MountainGetConfigurationStatus(
app_handle: AppHandle,
) -> Result<Value, String>Expand description
Get configuration status.
This command retrieves the current status of the configuration including validation state and pending changes.
§Arguments
app_handle- Tauri application handle
§Returns
Returns a JSON object with configuration status, or an error string.
§Errors
Returns an error if:
- Status cannot be retrieved