canClose (app profile manager session)

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;