public interface IQueueStatistics
Modifier and Type | Method and Description |
---|---|
int |
getFailed()
Returns the amount of process in Failed status in the queue.
|
int |
getQueued()
Returns the amount of process in Queued status in the queue.
|
int |
getRunning()
Returns the amount of process in Running status in the queue.
|
int |
getScheduled()
Returns the amount of process in Scheduled status in the queue.
|
int |
getTotal()
Returns the total amount of processes in the queue.
|
int getScheduled()
int getQueued()
int getRunning()
int getFailed()
int getTotal()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.