> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IDStorageStatusArrayX::IsComplete

> IDStorageStatusArrayX::IsComplete

# IDStorageStatusArrayX::IsComplete

Indicates whether all requests enqueued before the specified status entry have completed.

## Syntax

```cpp theme={null}
bool IsComplete(  
         UINT32 index  
)  
```

### Parameters

*index*\
Type: UINT32

Specifies the index of the status entry to retrieve.

### Return value

Type: bool

Boolean value indicating completion.

## Remarks

This method returns a Boolean value that indicates whether all requests that were enqueued before *index* are complete. If any request is not complete, this method returns false. (This is equivalent to `GetHResult(index) != E_PENDING`.)

## Requirements

**Header:** dstorage\_xs.h

**Library:** dstorage\_xs.lib

**Supported platforms:** XBOX Series consoles

## See also

[IDStorageStatusArrayX::GetHResult](/reference/system/dstorage/interfaces/IDStorageStatusArrayX/methods/idstoragestatusarrayx_gethresult)\
[IDStorageStatusArrayX](/reference/system/dstorage/interfaces/IDStorageStatusArrayX/idstoragestatusarrayx)\
[DStorage](/reference/system/dstorage/dstorage_members)


## Related topics

- [IDStorageStatusArrayX::GetHResult](/reference/system/dstorage/interfaces/IDStorageStatusArrayX/methods/idstoragestatusarrayx_gethresult.md)
- [IDStorageStatusArrayX](/reference/system/dstorage/interfaces/IDStorageStatusArrayX/idstoragestatusarrayx.md)
- [IDStorageQueueX::EnqueueStatus](/reference/system/dstorage/interfaces/IDStorageQueueX/methods/idstoragequeuex_enqueuestatus.md)
- [IDStorageFactoryX::CreateStatusArray](/reference/system/dstorage/interfaces/IDStorageFactoryX/methods/idstoragefactoryx_createstatusarray.md)
- [DStorage](/reference/system/dstorage/dstorage_members.md)
