MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / OnProcessDied

Method OnProcessDied

ExplorerTAP/taskbarappearanceservice.cpp:301–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301winrt::fire_and_forget TaskbarAppearanceService::OnProcessDied()
302{
303 m_WaitHandle.reset();
304 m_Process.reset();
305
306 const auto self_weak = get_weak();
307 co_await wil::resume_foreground(m_XamlThreadQueue);
308
309 if (const auto self = self_weak.get())
310 {
311 self->RestoreAllTaskbarsToDefault();
312 }
313}
314
315void TaskbarAppearanceService::OnPackageUninstalling(const wam::PackageCatalog&, const wam::PackageUninstallingEventArgs &args)
316{

Callers 1

ProcessWaitCallbackMethod · 0.80

Calls 2

getMethod · 0.80

Tested by

no test coverage detected