2.2.4.38.62 Project::Run

Description

Do the same as LabTalk: run -p au; 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

void Project_Run_ex1()
{
    Project.Run();
}

Remark

See Also

Header to Include

origin.h