我要评分
获取效率
正确性
完整性
易理解

Stop

Function Usage

Stops the instruction stream engine. This function is called in blocking mode and returns a result only after all threads exit and resources are released.

Restrictions

Do not call the Stop function of the instruction stream engine in the OnVmiEngineEvent callback function.

Prototype

void Stop()

Parameters

N/A

Returns

N/A

Example Call

void Test()  
{ 
    stop();
}