Struct SpawnParams

Parameters for spawnApplication.

struct SpawnParams ;

Fields

NameTypeDescription
allowMultipleInstances boolAllow starting multiple instances of application if needed.
displayName stringName to use in place of %c field code.
fileName stringFile name to use in place of %k field code.
iconName stringIcon to use in place of %i field code.
terminalCommand const(string)[]Terminal command to prepend to exec arguments.
urls const(string)[]Urls or file paths to open
workingDirectory stringWorking directory of starting process.