Method: Cuboid::System::Slots#total

Defined in:
lib/cuboid/system/slots.rb

#totalInteger

Returns Amount of scans that can be safely run in parallel, in total.

Returns:

  • (Integer)

    Amount of scans that can be safely run in parallel, in total.



50
51
52
# File 'lib/cuboid/system/slots.rb', line 50

def total
    used + available
end