For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/lynxtron/api/@lynx-js/lynxtron/Interface.Task.md.
  • English
  • @lynx-js/lynxtron / Task

    Task

    Properties

    arguments

    arguments: string;

    The command line arguments when program is executed.

    Defined in

    apis/api/task.d.ts:9


    description

    description: string;

    Description of this task.

    Defined in

    apis/api/task.d.ts:13


    iconIndex

    iconIndex: number;

    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

    apis/api/task.d.ts:19


    iconPath

    iconPath: string;

    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

    apis/api/task.d.ts:25


    program

    program: string;

    Path of the program to execute, usually you should specify process.execPath which opens the current program.

    Defined in

    apis/api/task.d.ts:30


    title

    title: string;

    The string to be displayed in a JumpList.

    Defined in

    apis/api/task.d.ts:34


    workingDirectory?

    optional workingDirectory: string;

    The working directory. Default is empty.

    Defined in

    apis/api/task.d.ts:38

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.