type
string (可选) - 以下之一
task
- 任务将使用特定的参数启动应用程序。
separator
- 可用于分隔标准 Tasks
类别中的项目。
file
- 文件链接将使用创建跳转列表的应用程序打开文件,为此,该应用程序必须注册为文件类型的处理程序(尽管它不必是默认处理程序)。
path
string (可选) - 要打开的文件的路径,仅当 type
为 file
时才应设置。
program
string (可选) - 要执行的程序的路径,通常应指定 process.execPath
,这将打开当前程序。仅当 type
为 task
时才应设置。
args
string (可选) - 执行 program
时的命令行参数。仅当 type
为 task
时才应设置。
title
string (可选) - 要在跳转列表中显示的项目文本。仅当 type
为 task
时才应设置。
description
string (可选) - 任务的描述(显示在工具提示中)。仅当 type
为 task
时才应设置。最大长度为 260 个字符。
iconPath
string (可选) - 要在跳转列表中显示的图标的绝对路径,它可以是包含图标的任意资源文件(例如 .ico
,.exe
,.dll
)。通常可以指定 process.execPath
以显示程序图标。
iconIndex
number (可选) - 资源文件中图标的索引。如果资源文件包含多个图标,则可以使用此值来指定应为此任务显示的图标的从零开始的索引。如果资源文件仅包含一个图标,则此属性应设置为零。
workingDirectory
string (可选) - 工作目录。默认为空。