runApplication
Initiates an executable program or may terminate its process.
Description
vcc.runApplication(executable: string, [arguments: string[]]): nsIProcess
Parameters
executable
The executable’s file path.
arguments
Optional. An array of string with the arguments.
Return values
nsIProcess
Example
vcc.runApplication('shutdown');
vcc.runApplication('shutdown', ['now']);
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.