2.2.4.31.7 OperationManager::Run

Description

Run the operations in the operation manager, wait for autoupdate to finish.

Syntax

BOOL	Run(UINT uid = 0);

Parameters

uid
[input] ID of operation to be executed.

Return

TRUE if successful, FALSE otherwise

Examples

EX1

//Run all the operations in the project until all recalculated.
void OperationManager_Run_ex1()
{
	OperationManager opManager;
	opManager = Project.Operations;
	opManager.Run();	
}

Remark

See Also

Header to Include

origin.h