bitburner.singularity.getcurrentwork.md

December 27, 2023 ยท View on GitHub

Home > bitburner > Singularity > getCurrentWork

Singularity.getCurrentWork() method

Get the current work the player is doing.

Signature:

getCurrentWork(): Task | null;

Returns:

Task | null

  • An object representing the current work. Fields depend on the kind of work.

Remarks

RAM cost: 0.5 GB * 16/4/1

Contents

  1. 1Singularity.getCurrentWork() method
  2. 2Remarks