Join Slack
Powered by
Hi. In this query, on MacOS, it was returning the...
# windows
m
Mert
06/04/2023, 10:54 PM
Hi. In this query, on MacOS, it was returning the active application on the screen. How can I get this information in Windows?
Copy code
select * from running_apps where is_active = 1
l
lvferdi
06/05/2023, 11:25 AM
running_apps
is a Mac table so it won’t work on windows. You have to query a windows table
m
Mert
06/06/2023, 6:50 AM
Thank you for your answer. Could you tell me, which table for understand to active one ?
6
Views
Open in Slack
Previous
Next