AbortScript Sub AbortScript($errorMessage As String) Aborts the plugin execution and displays an error message. Parameters $errorMessage ... String. The error message to be displayed. Example: AbortScript("Error converting page")