Table of Contents

SetJobQueueEntryMessage Procedure

Codeunit Public API

Sets a message that will be saved on the current Job Queue Entry when the job finishes. This is useful when you want to see any resulting message of a job that has been run. This function should be called from the running job.

Signature

SetJobQueueEntryMessage(pJobMessage: Text[250])

Parameters

pJobMessage Text[250]

The message that will be saved in the Job Queue Entry's "Job Message" field when the job finishes.

This documentation is generated from Smart Job Queue v27.1