
# class Shell
# CONSTRUCTORS
# constructor Shell()
Description:
# STATIC FUNCTIONS
# static function run(command)
Description:
Parameters:
- command: (String) -
Return:
(String) -
# static function run(commands)
Description:
Parameters:
- commands: (String) -
Return:
(String) -
# static function runAsync(command)
Description:
Parameters:
- command: (String) -
Return:
(String) -
# static function runAsync(commands)
Description:
Parameters:
- commands: (String) -
Return:
(String) -