Run
Run the operations in the operation manager, wait for autoupdate to finish.
BOOL Run(UINT uid = 0);
TRUE if successful, FALSE otherwise
EX1
//Run all the operations in the project until all recalculated. void OperationManager_Run_ex1() { OperationManager opManager; opManager = Project.Operations; opManager.Run(); }
origin.h