Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Boolean value indicating whether a session can be closed.
Note
If the canClose property is set to false, then the button to close a session from the session panel is hidden. Otherwise, the close button is visible when hovering over the session on the session panel.
Return value
None.
Example
const session = Microsoft.Apm.getFocusedSession();
session.canClose = false;