mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
780 B
780 B
Home > bitburner > Sleeve > getTask
Sleeve.getTask() method
Get task of a sleeve.
Signature:
getTask(sleeveNumber: number): SleeveTask;
Parameters
Parameter | Type | Description |
---|---|---|
sleeveNumber | number | Index of the sleeve to retrieve task from. |
Returns:
Object containing information the current task that the sleeve is performing.
Remarks
RAM cost: 4 GB
Return the current task that the sleeve is performing. type is set to “Idle” if the sleeve isn’t doing anything.