{ "$schema": "../TcHmiFramework/Schema/FunctionDescription.Schema.json", "apiVersion": 1, "version": { "full": "14.3.340.0", "major": 14, "minor": 3, "build": 340, "revision": 0 }, "dependencyFiles": [ { "name": "Logout.js", "type": "JavaScript", "description": "" } ], "function": { "name": "Logout", "namespace": "TcHmi.Functions.Beckhoff", "displayName": "Logout", "visible": true, "category": "UserManagement", "description": "Logout server session. Will cause hmi to reload if reload parameter is not set to false.\nThis function is deprecated. Its recommended to use LogoutEx.", "returnValue": { "type": "tchmi:general#/definitions/Boolean", "description": "Returns a boolean if the logout was called." }, "arguments": [ { "name": "reload", "displayName": "Reload", "type": "tchmi:general#/definitions/Boolean", "description": "Reload on logout? Reload on logout is recommended for security reasons.", "bindable": true, "defaultValue": true } ] } }