ProgressMessage

The event ProgressMessage fires during the processing of a job when the KCM Core wants to send a progress message to the client application. Handlers of the event ProgressMessage should be of the type Aia.ITP.Server.Job.ProgressMessageHandler.

 delegate void ProgressMessageHandler(string text);

A ProgessMessage handler receives the message from KCM Core in the parameter text.