# 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) -

Last Updated: 12/20/2022, 8:12:45 AM