Skip to content

Instantly share code, notes, and snippets.

@PROPHESSOR
Last active January 24, 2018 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PROPHESSOR/96cfb9bfb11725a1164ab1875f808878 to your computer and use it in GitHub Desktop.
Save PROPHESSOR/96cfb9bfb11725a1164ab1875f808878 to your computer and use it in GitHub Desktop.
Документация для JsMobileBasic модуля $Process

$Process : object

Модуль для работы с процессами Поддерживает: JsMB-Interpreter NW.JS Node.JS

Kind: global namespace
Author: PROPHESSOR

Внимание! Если вы используете стандартную реализацию - префикс JsMB. писать не обязательно.

JsMB.exec(target) ⇒ this

Выполнить команду

Kind: static method of $Process

Param Type Description
target string Команда

JsMB.execReturn(target) ⇒ string

Выполнить команду и вернуть результат

Kind: static method of $Process

Param Type Description
target string Команда

JsMB.execFile(file, [keys]) ⇒ this

Выполнить файл

Kind: static method of $Process

Param Type Default Description
file string Файл
[keys] array [] Массив с ключами

JsMB.execFileReturn(file, [keys]) ⇒ this

Выполнить файл и вернуть результат

Kind: static method of $Process

Param Type Default Description
file string Файл
[keys] array [] Массив с ключами
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment