When to Detach
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-05-19 09:02 PM
Read that BPÂ will automatically detach if IÂ terminate an application, what if the application is still running? Is it advisable to detach from an application once we are done with it?
To put into context, I have a BO which attaches to an Internet Explorer file picker popup and selects a file. Once the popup is dismissed (but IE is still running), do I need to detach the BO? Or BP will manage it automatically?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-05-19 09:52 PM
An object will remain attached until either the target app is closed or the BP process ends. There is no real need to detach your object as it will remain in memory until the BP process finishes.
