You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api/os.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ an integer.
194
194
195
195
## os.getPriority([pid])
196
196
<!-- YAML
197
-
added: REPLACEME
197
+
added: v10.10.0
198
198
-->
199
199
200
200
*`pid` {integer} The process ID to retrieve scheduling priority for.
@@ -353,7 +353,7 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information.
353
353
354
354
## os.setPriority([pid, ]priority)
355
355
<!-- YAML
356
-
added: REPLACEME
356
+
added: v10.10.0
357
357
-->
358
358
359
359
*`pid` {integer} The process ID to set scheduling priority for.
@@ -1243,7 +1243,7 @@ information.
1243
1243
1244
1244
### Priority Constants
1245
1245
<!-- YAML
1246
-
added: REPLACEME
1246
+
added: v10.10.0
1247
1247
-->
1248
1248
1249
1249
The following process scheduling constants are exported by
0 commit comments