nodeguy/website/docs/api/manual/process.md
Nathanael Anderson f8ed7d3a78 Update Process.md
Delete invalid documentation, as these two values are no longer valid in the later versions of Qode.    There does NOT appear to be a current way to get the currently running QT.
2021-09-18 10:11:24 +02:00

432 B

sidebar_label title
process process

Extensions to process object.

Qode's process object is extended from the Node.js process object. It adds the following properties :

Properties

process.versions.qode Readonly

A String representing Qode's version string. Qode is a lightly modified version of NodeJs that allows running Qt and NodeJs under a single process.