---
title: Stop
description: "停止指令流客户端引擎。该函数是阻塞的，要等所有线程退出，资源被释放后才会返回。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengcps/boostcph/instrucstreamengine/kunpengcpsinstruction_17_0006.html
sourcePath: /source/zh/kunpengcps/boostcph/instrucstreamengine/kunpengcpsinstruction_17_0006.html
indexId: a25de70e3349804fa29c98e7f6f5eb81e324c47692c47684759317dfa3d2bd1a85
---
# Stop

#### 函数功能

停止指令流客户端引擎。该函数是阻塞的，要等所有线程退出，资源被释放后才会返回。


#### 约束说明

禁止在OnVmiEngineEvent回调函数中调用指令流引擎的Stop函数。


#### 函数原型

void Stop()


#### 调用示例

```
void Test()  
{ 
    stop();
}
```
