execAsync


Description:

public static Process? execAsync (string command)

Starts command asynchronously.

Parameters:

command

command line.

Returns:

process object or null on spawn error.