setUserTasks

abstract fun setUserTasks(tasks: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<electron/core/Task>): Boolean(source)

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

tasks is an array of Task objects.

Whether the call succeeded.

Note: If you'd like to customize the Jump List even more use app.setJumpList(categories) instead.