Skip to content

ElectronApp.setUserTasks method

ElectronApp › setUserTasks

Unofficial

Adds tasks to the Tasks category of the Jump List. Windows only.

Signature:

setUserTasks(tasks: ElectronTask[]): boolean

Parameters:

Parameter Type Description
tasks ElectronTask[] The tasks to add.

Returns: booleanWhether the call succeeded.