mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
24 lines
762 B
Markdown
24 lines
762 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CreatingCorporationCheckResult](./bitburner.creatingcorporationcheckresult.md)
|
||
|
|
||
|
## CreatingCorporationCheckResult enum
|
||
|
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
declare enum CreatingCorporationCheckResult
|
||
|
```
|
||
|
|
||
|
## Enumeration Members
|
||
|
|
||
|
| Member | Value | Description |
|
||
|
| --- | --- | --- |
|
||
|
| CorporationExists | <code>"CorporationExists"</code> | |
|
||
|
| DisabledBySoftCap | <code>"DisabledBySoftCap"</code> | |
|
||
|
| NoSf3OrDisabled | <code>"NoSf3OrDisabled"</code> | |
|
||
|
| Success | <code>"Success"</code> | |
|
||
|
| UseSeedMoneyOutsideBN3 | <code>"UseSeedMoneyOutsideBN3"</code> | |
|
||
|
|