Docs: changes process start from method to function.
This commit is contained in:
@@ -124,7 +124,7 @@ process.options = {}
|
|||||||
---@return process | nil
|
---@return process | nil
|
||||||
---@return string errmsg
|
---@return string errmsg
|
||||||
---@return process.errortype | integer errcode
|
---@return process.errortype | integer errcode
|
||||||
function process:start(command_and_params, options) end
|
function process.start(command_and_params, options) end
|
||||||
|
|
||||||
---
|
---
|
||||||
---Translates an error code into a useful text message
|
---Translates an error code into a useful text message
|
||||||
|
|||||||
Reference in New Issue
Block a user