Difference between revisions of "Bot Playground/Built-in Functions/process.release"
From SmartBots Developers Docs
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
− | <onlyinclude> | + | <onlyinclude>Read-only property reflecting the script release version (for Store-purchased scripts).</onlyinclude> |
Script release consists of major, minor and patch numbers connected with dot. | Script release consists of major, minor and patch numbers connected with dot. | ||
Line 9: | Line 9: | ||
Example output: | Example output: | ||
− | "05.00.01" | + | |
+ | "05.00.01" | ||
{{NavMenu}} | {{NavMenu}} | ||
__NOTOC__ | __NOTOC__ |
Latest revision as of 15:10, 13 October 2022
Read-only property reflecting the script release version (for Store-purchased scripts).
Script release consists of major, minor and patch numbers connected with dot.
console.log(`Script ${process.name} started, release: ${process.release}`);
Example output:
"05.00.01"