@lynx-js/lynxtron / Task
Task
Properties
arguments
The command line arguments when program is executed.
Defined in
description
Description of this task.
Defined in
iconIndex
The icon index in the icon file. If an icon file consists of two or more icons, set this value to identify the icon. If an icon file consists of one icon, this value is 0.
Defined in
iconPath
The absolute path to an icon to be displayed in a JumpList, which can be an
arbitrary resource file that contains an icon. You can usually specify
process.execPath to show the icon of the program.
Defined in
program
Path of the program to execute, usually you should specify process.execPath
which opens the current program.
Defined in
title
The string to be displayed in a JumpList.
Defined in
workingDirectory?
The working directory. Default is empty.
Defined in