Enum ParamSupport
Flag set of parameter kinds supported by application. Having more than one flag means that Exec command is ambiguous.
enum ParamSupport
: int { ... }
Enum members
Name | Description |
---|---|
file
|
Application can open single file at once. |
files
|
Application can open multiple files at once. |
none
|
Application does not support parameters. |
url
|
Application understands URL syntax and can open single link at once. |
urls
|
Application supports URL syntax and can open multiple links at once. |