Skip to content

ElectronTask

Unofficial

A task in the Tasks category of a Windows Jump List.

Import:

import type { ElectronTask } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronTask

Properties

PropertyTypeDescription
argumentsstringThe command line arguments when program is executed.
descriptionstringDescription of this task.
iconIndexnumberThe icon index in the icon file. If an icon file consists of one icon, this value is 0.
iconPathstringThe absolute path to an icon to be displayed in a Jump List.
programstringPath of the program to execute, usually process.execPath.
titlestringThe string to be displayed in a Jump List.
workingDirectory?stringThe working directory.