lib/events/WebView.ps1
|
####################################################################################################################################################### # WARNING: DO NOT EDIT THIS FILE AS IT IS GENERATED AND WILL BE OVERWRITTEN ON THE NEXT UPDATE! # # # # Generated via psake on: 2026-07-04T04:53:52.131Z # # Version: 2026.7.4.17 # # Copyright Fortigi (C) 2024-2026 # ####################################################################################################################################################### #requires -Version 7.0 $Script:Webview.Object.add_NavigationCompleted({ try { $_ | Show-EventInfo "Set-EditorValue after loading html" | Write-LogOutput -LogType DEBUG Set-EditorValue $Script:RunTimeConfig.ReconnectStatus = 3 } catch { $_.Exception.Message | Write-LogOutput -LogType ERROR -ErrorObject $_ } }) |