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