pub async fn MountainIPCGetStatus(
app_handle: AppHandle,
) -> Result<Value, String>Expand description
Get Mountain IPC status.
This command retrieves the current status of the IPC server including connection information, message statistics, and operational state.
§Arguments
app_handle- Tauri application handle
§Returns
Returns a JSON object containing the IPC status on success, or an error string on failure.
§Errors
Returns an error if:
- Status cannot be retrieved from IPC server