2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2022-11-24 14:19:51 +01:00
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Sleeve ](./bitburner.sleeve.md ) > [setToCompanyWork ](./bitburner.sleeve.settocompanywork.md )
2022-10-21 17:16:00 +02:00
2022-11-24 14:19:51 +01:00
## Sleeve.setToCompanyWork() method
2022-10-21 17:16:00 +02:00
Set a sleeve to work for a company.
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
2023-08-16 23:31:41 +02:00
setToCompanyWork(sleeveNumber: number, companyName: CompanyName | `${CompanyName}` ): boolean;
2022-10-21 17:16:00 +02:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| sleeveNumber | number | Index of the sleeve to work for the company. |
2023-08-16 23:31:41 +02:00
| companyName | [CompanyName ](./bitburner.companyname.md ) \| \`${[CompanyName](./bitburner.companyname.md)<!-- --> }\` | Name of the company to work for. |
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Returns:**
2022-10-21 17:16:00 +02:00
boolean
2023-04-07 13:49:11 +02:00
True if the sleeve started working for this company, false otherwise.
2022-10-21 17:16:00 +02:00
## Remarks
RAM cost: 4 GB
2023-04-07 13:49:11 +02:00
Return a boolean indicating whether or not the sleeve started working for a company.
2022-10-21 17:16:00 +02:00