mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
missing change on objectjobengine
This commit is contained in:
@@ -116,7 +116,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// Number of jobs waiting to be processed.
|
||||
/// </summary>
|
||||
public int JobsWaiting { get { return m_jobQueue == null ? 0 : m_jobQueue.Count; } }
|
||||
public int Count { get { return m_jobQueue == null ? 0 : m_jobQueue.Count; } }
|
||||
|
||||
public void Cancel()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user