[ Version ( since = "0.6.10" ) ]
public bool start (string socket_filename, string argv, string envp) throws Error
Starts the helper process, by running the helper process and setting up the socket for use.
this |
a valid ClientHelper instance |
socket_filename |
a socket filename that does not already exist |
argv |
the executable, along with any arguments |
envp |
the environment |
|