PowerToys/src/common/notifications_winrt/BackgroundHandler.idl
2020-03-26 16:31:59 +03:00

11 lines
227 B
Plaintext

namespace PowerToysNotifications
{
[version(1)]
runtimeclass BackgroundHandler
{
BackgroundHandler();
void Run(Windows.ApplicationModel.Background.IBackgroundTaskInstance taskInstance);
}
}