Readonly
availableReadonly
isJumpList management
NS_ERROR_NOT_AVAILABLE on all calls if taskbar functionality is not supported by the operating system. Indicates if a commit has already occurred in this session.
Readonly
maxThe maximum number of jump list items the current desktop can support.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Adds a list and if required, a set of items for the list.
true if the operation completed successfully.
NS_ERROR_INVALID_ARG if incorrect parameters are passed for a particular category or item type.
NS_ERROR_ILLEGAL_VALUE if an item is added that was removed since the last commit.
NS_ERROR_UNEXPECTED on internal errors.
The type of list to add.
An array of nsIJumpListItem items to add to the list.
For custom lists, the title of the list.
Initializes a jump list build and returns a promise with the list of items the user removed since the last time a jump list was committed. Removed items can become state after initListBuild is called, lists should be built in single-shot fasion.
a promise with the list of items that were removed by the user since the last commit.
Generated using TypeDoc
Indicates whether jump list taskbar features are supported by the current host.