JumpListItem Object
- string (optional) - One of the following:
task
- A task will launch an app with specific arguments.separator
- Can be used to separate items in the standardTasks
category.
path
string (optional) - Path of the file to open, should only be set iftype
isfile
.program
string (optional) - Path of the program to execute, usually you should specify which opens the current program. Should only be set iftype
istask
.args
string (optional) - The command line arguments whenprogram
is executed. Should only be set iftype
istask
.description
string (optional) - Description of the task (displayed in a tooltip). Should only be set iftype
istask
. Maximum length 260 characters.iconPath
string (optional) - The absolute path to an icon to be displayed in a Jump List, which can be an arbitrary resource file that contains an icon (e.g..ico
,.exe
,.dll
). You can usually specifyprocess.execPath
to show the program icon.- number (optional) - The index of the icon in the resource file. If a resource file contains multiple icons this value can be used to specify the zero-based index of the icon that should be displayed for this task. If a resource file contains only one icon, this property should be set to zero.