Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 4.0.
Runs after a page background task has successfully completed.
Syntax
trigger OnPageBackgroundTaskCompleted(TaskId: Integer; Results: Dictionary of [Text,Text])
begin
...
end;
Parameters
TaskId
Type: Integer
Specifies the ID of the background task that was run. The ID is automatically assigned to the background task when it is created.
Results
Type: Dictionary of [Text,Text]
Specifies the results of the page background task.
Related information
Get Started with AL
Developing Extensions
OnPageBackgroundTaskCompleted (Page) Trigger