What would you like to be added? 💡
Implement the Windows.UI.Shell.Tasks AppTaskInfo API for Skia desktop, including task creation, updates, state transitions, content models, lookup, and removal. Integrate task state with Win32 taskbar progress and the macOS Dock badge.
Why is this needed? 🤔
Desktop applications need a WinUI-compatible way to expose long-running task status through operating-system shell surfaces without adding platform-specific application code.
Renderer 🎨
For which platforms 📱💻🖥️
- Desktop (Windows)
- Desktop (macOS)
Anything else we need to know? 💬
The initial implementation is in-memory. Win32 maps task state to taskbar progress, while macOS currently exposes only the count of running tasks through the Dock badge. The public API and platform behavior still require review.
Reactions are currently unavailable
What would you like to be added? 💡
Implement the Windows.UI.Shell.Tasks AppTaskInfo API for Skia desktop, including task creation, updates, state transitions, content models, lookup, and removal. Integrate task state with Win32 taskbar progress and the macOS Dock badge.
Why is this needed? 🤔
Desktop applications need a WinUI-compatible way to expose long-running task status through operating-system shell surfaces without adding platform-specific application code.
Renderer 🎨
For which platforms 📱💻🖥️
Anything else we need to know? 💬
The initial implementation is in-memory. Win32 maps task state to taskbar progress, while macOS currently exposes only the count of running tasks through the Dock badge. The public API and platform behavior still require review.