Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Action Action_List Process UI Version:v8.6}} ====== SET PROGRESS ====== This action sets progress of a process running in the background mode. The action has two parameters separated by comma. The first parameter is an expression that calculates the progress in percent. This parameter is mandatory. The second parameter is an expression that calculates a string to be shown to the user {{page>[[docs:5000_videos:600_long_running_processes|}} ===== Syntax ===== ''SET PROGRESS ArithmeticExpression() [ '','' ArithmeticExpression()]'' ===== Example ===== <code aim>SET PROGRESS 30 </code> <code aim>SET PROGRESS 30, 'Progress is 30%' </code> <code aim>SET PROGRESS SessionObj.CurNmb/SessionObj.Total*100, 'Handling record ' + SessionObj.CurNo + ' of ' + SessionObj.Total </code> Last modified: 2023/05/09 01:46 Log In