Blog related to Microsoft Dynamics AX
static void Job21(Args _args) { int startTime = timeNow(); int endTime; sleep(5000); endTime = timeNow(); info(strFmt("Process took %1", timeConsumed(startTime, endTime))); }
No comments:
Post a Comment