Skip to main content
Version: V3 (Ignition 8.3)

system.mes.meter.getMeterTypeImportQueueSize

Description

Gets the current size of the Meter Type import queue.

Permissions

This method requires the METERING.READ.GET permission.

Syntax

system.mes.meter.getMeterTypeImportQueueSize()

Parameters

ParameterTypeNullableDescription
None--This method does not take any parameters.

Returns

Returns an integer representing the number of Meter Type import items currently pending in the queue.

Code Examples

# Get the current number of pending Meter Type imports
queueSize = system.mes.meter.getMeterTypeImportQueueSize()
print("Pending imports:", queueSize)