INC.Runtime.Queue
INC.Runtime.Queue copied to clipboard
An runtime queue use Asynchronous program
Results
1
INC.Runtime.Queue issues
Sort by
recently updated
recently updated
newest added
seems like it should be "jobContainer.Count > 0". if use "jobContainer.Count - taskJobCount > 0", when taskJobCount increased, taskJobs in queue don't work until jobContainer.Count is bigger than taskJobCount .