---
title: aclrtEventRecordedStatus
description: "```"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_1388.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_1388.html
indexId: 8717e82fdbaf49d14db49da7afa86ba920393d782d70be9643eb38d6116779ac68
---
# aclrtEventRecordedStatus

```
typedef enum aclrtEventRecordedStatus {
    ACL_EVENT_RECORDED_STATUS_NOT_READY = 0,  //Event未被记录到Stream中，或记录到Stream中的Event未被执行或执行失败
    ACL_EVENT_RECORDED_STATUS_COMPLETE = 1,   //记录到Stream中的Event执行成功
} aclrtEventRecordedStatus;
```
