Struct SpawnParams
Parameters for spawnApplication
.
struct SpawnParams
;
Fields
Name | Type | Description |
---|---|---|
allowMultipleInstances
|
bool | Allow starting multiple instances of application if needed. |
displayName
|
string | Name to use in place of %c field code. |
fileName
|
string | File name to use in place of %k field code. |
iconName
|
string | Icon 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
|
string | Working directory of starting process. |