public enum RequeueMode
Public Enumeration RequeueMode
public enum class RequeueMode
Gemstone.Threading.Collections.RequeueMode = function();
Gemstone.Threading.Collections.RequeueMode.createEnum('Gemstone.Threading.Collections.RequeueMode', false);
Prefix | 0 | Requeues item at the beginning of the ProcessQueueT. |
Suffix | 1 | Requeues item at the end of the ProcessQueueT. |