Table of Contents

SetJobQueueProgressMessage Procedure

Codeunit Public API

Sets a progress message on a Job Queue Entry. This is useful on jobs that takes a lot of time, when you want to know if the job has "died" or not. This function should be called from the running job.

Signature

SetJobQueueProgressMessage(pMessage: Text)

Parameters

pMessage Text

The message that will be set in the "Progress Message" field on the Job Queue Entry.

Remarks

The update of "Progress Message" are being done asynchronous, in a background session, so there might be a slight delay until it is being updated. The order between different updates is not guaranteed, since the background sessions can have different logon durations.

This documentation is generated from Smart Job Queue v27.1