Get Performer process end time

Hi,

I have run a process getting all queue item trasactions.
Then I have to update an excel with performer/process end time.
Could someone help me to get performer end time.

Hi @Sreeja26,

How you want to update in the excel sheet, can you give me the sample data.

Before start the process you can store the start time using DateTime.Now() and once completed the processed xmal file then you again capture the DateTime.Now()

Regards,
Arivu