Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.4 KB

File metadata and controls

28 lines (25 loc) · 1.4 KB
title description ms.author ms.date ms.topic author ms.reviewer
PageBackgroundTaskErrorLevel System Option
Specifies how an error in the page background task appears in the client.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

PageBackgroundTaskErrorLevel Option Type

Version: Available or changed with runtime version 4.0.

Specifies how an error in the page background task appears in the client.

Members

Member Description
Error Error occuring in a page background task is displayed as an normal error in the client. This is the default value.
Warning Error occuring in a page background task is displayed as an warning in the client. Note: Any error thrown in completion trigger will ignore this value and will be displayed in the client as a normal error.
Ignore Error occuring in a page background task is not displayed in the client. Note: Any error thrown in completion trigger will ignore this value and will be displayed in the client as a normal error.

See Also

Get Started with AL
Developing Extensions