4 lines
307 B
Lua
4 lines
307 B
Lua
---@meta
|
|
|
|
---@alias ccTweaked.multishell.PID integer Every process has an ID which is a number used to identify it. A process' ID may change as other processes are exited so you have to be careful to not refer to old IDs. The ID corresponds to a program's position in the tab list at the top of the screen.
|