CRecordNotifyJobFinished
This message is sent internally from a job thread to the job engine when a job has
finished.
The job engine will then start another waiting job in this thread.
{ "id": "cf854cf1-cdc6-457d-b3b5-0a9100aa4739", "name": "NOTIFY_JOB_FINISHED", "isService": "false", "namespaces": "", "description": "Notification: A job has been finished.", "slots": [ { "key": "1", "name": "THREAD_QUEUE_ID", "direction": "REQUEST", "mandatory": "true", "type": "ID", "description": "The Job Queue ID." }, { "key": "2", "name": "JOB_NAME", "direction": "REQUEST", "mandatory": "true", "type": "STRING", "description": "The Job name." }, { "key": "3", "name": "ELAPSED_TIME", "direction": "REQUEST", "mandatory": "true", "type": "LONG", "description": "The elapsed time in milliseconds." } ] }