# ResponseCompletionSource.GetStatus(short)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.invocation.responsecompletionsource/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.invocation.responsecompletionsource/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Invocation/ResponseCompletionSource.cs#L31)

```csharp
public ValueTaskSourceStatus GetStatus(short token)
```

Gets the status of the current operation.

### Parameters

- `token` (`short`): Opaque value that was provided to the `System.Threading.Tasks.ValueTask`'s constructor.

### Returns

A value that indicates the status of the current operation.
