system.mes.role.getRoleImportQueueSize
Gets the current size of the Role import queue.
Syntax
system.mes.role.getRoleImportQueueSize()
Parameters
| Parameter | Type | Nullable | Description |
|---|---|---|---|
| None | - | - | This method does not take any parameters. |
Returns
the number of items in the Role import queue
Code Examples
queueSize = system.mes.role.getRoleImportQueueSize()
print(queueSize)