ProgressMessage

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

delegate void ProgressMessageHandler(string text);

A ProgessMessage handler receives the message from the ITP/Server in the parameter text.