Skip to main content
Version: V2 (Ignition 8.1)

system.mes.meter.getMeterConfigurationImportQueueSize

Description

Gets the current size of the Meter Configuration import queue.

Permissions

This method requires the METERING.READ.GET permission.

Syntax

system.mes.meter.getMeterConfigurationImportQueueSize()

Parameters

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

Returns

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

Code Examples

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