SpawnParams

Parameters for spawnApplication.

Members

Variables

allowMultipleInstances
bool allowMultipleInstances;

Allow starting multiple instances of application if needed.

displayName
string displayName;

Name to use in place of %c field code.

fileName
string fileName;

File name to use in place of %k field code.

iconName
string iconName;

Icon to use in place of %i field code.

terminalCommand
const(string)[] terminalCommand;

Terminal command to prepend to exec arguments.

urls
const(string)[] urls;

Urls of file paths to open

workingDirectory
string workingDirectory;

Working directory of starting process.

Meta