---
title: aclrtEventStatus
description: "```"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_1357.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_1357.html
indexId: d8619ff8f1b0f60835d5df6089689316690470f4386f640267a4db8877e6eadf68
---
# aclrtEventStatus

```
typedef enum aclrtEventStatus {
    ACL_EVENT_STATUS_COMPLETE  = 0, //完成
    ACL_EVENT_STATUS_NOT_READY = 1, //未完成
    ACL_EVENT_STATUS_RESERVED  = 2, //预留
} aclrtEventStatus;
```
