setUserTasks

abstract fun setUserTasks(tasks: ReadonlyArray<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.