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