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

18 lines
432 B
Markdown

---
sidebar_label: process
title: process
---
> Extensions to process object.
Qode's `process` object is extended from the
[Node.js `process` object](https://nodejs.org/api/process.html).
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.