Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConnectionCompletionOptions

Options for the actions that could happen after connecting is complete

Hierarchy

  • IConnectionCompletionOptions

Index

Properties

saveConnection

saveConnection: boolean

Save the connection to MRU and settings (only save to setting if profile.saveProfile is set to true) Default is true.

Optional showConnectionDialogOnError

showConnectionDialogOnError: boolean

If undefined / true, open the connection dialog if connection fails. If false, connection dialog won't be opened even if connection fails. Default is true.

Optional showDashboard

showDashboard: boolean

If true, open the dashboard after connection is complete. If undefined / false, dashboard won't be opened after connection completes. Default is false.

Optional showFirewallRuleOnError

showFirewallRuleOnError: boolean

If undefined / true, open the connection firewall rule dialog if connection fails. If false, connection firewall rule dialog won't be opened even if connection fails. Default is true.

Generated using TypeDoc