Concepts > Attributes (MetaAttributes) > Try Interruption (Allocation)
Try Interruption (Allocation)
In the case where an allocation time limit has been set.
Defines the behavior when the set time limit is reached:
- No : the token is returned to the queue and the allocated resources are freed and made available for other operations.
- Yes : search is carried out for an operation that can be interrupted and that uses the missing resources. If such an operation is found, it is interrupted and its resources are used to start processing the current operation. If such an operation is not found, the token is returned to the queue and the allocated resources are freed and made available for other operations.
Remark: the interrupted operation automatically acquires the highest level of priority and its resources will be given back at the end of the current operation.
Translations
Type
String (8) Enumeration
 
List of MetaClasses
Value
No (WT_Q), Yes (WT_I).