[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getAscensionResult](./bitburner.gang.getascensionresult.md)
## Gang.getAscensionResult() method
Get the result of an ascension without ascending.
Signature:
```typescript
getAscensionResult(memberName: string): GangMemberAscension | undefined;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| memberName | string | Name of member. |
Returns:
[GangMemberAscension](./bitburner.gangmemberascension.md) \| undefined
Object with info about the ascension results. undefined if ascension is impossible.
## Remarks
RAM cost: 2 GB
Get the result of an ascension without ascending.