taskbridgeapp.notes.model.notescript.is_notes_running_script
- taskbridgeapp.notes.model.notescript.is_notes_running_script = 'tell application "System Events"\nif (get name of every application process) contains "Notes" then\n return true\nelse\n return false\nend if\nend tell'
Check if the Notes app is running