Concepts > Attributes (MetaAttributes) > Try Interruption (Queue)
Try Interruption (Queue)
In the case where the queuing time is limited.
This attribute defines the behavior in the case where a token in the queue has reached the maximum queuing time:
- No: the token is discarded (deleted from the simulation).
- Yes: search is carried out for an operation with a lower priority level, that can be interrupted and that uses the missing resources.
If such an operation is found, it is interrupted and those of its resources are used that are necessary to start processing the token that has reached its time limit.
If such an operation is not found, the token is discarded.
 
Note: In any case, if the Processing Max Capacity of the operation has also been reached, the token will be discarded.
Translations
Type
String (8) Enumeration
 
List of MetaClasses
Value
No (QT_D), Yes (QT_I).