Function MountainGetIPCStatusHistory
Source pub async fn MountainGetIPCStatusHistory(
app_handle: AppHandle,
) -> Result<Value, String>
Expand description
Get IPC status history.
Retrieves historical IPC status data for analysis and monitoring.
§Arguments
app_handle - Tauri application handle
§Returns
Returns history JSON, or an error string.
§Errors
Returns an error if history cannot be retrieved.