adding timeout to function node

This commit is contained in:
Kilian Hertel
2023-05-19 15:30:30 +02:00
parent 67dd7e30fa
commit 34f972df55
5 changed files with 58 additions and 5 deletions

View File

@@ -248,7 +248,8 @@
"initialize": "On Start",
"finalize": "On Stop",
"outputs": "Outputs",
"modules": "Modules"
"modules": "Modules",
"timeout": "Timeout (ms)"
},
"text": {
"initialize": "// Code added here will be run once\n// whenever the node is started.\n",