mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
missing change on objectjobengine
This commit is contained in:
@@ -116,7 +116,7 @@ namespace OpenSim.Framework
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Number of jobs waiting to be processed.
|
/// Number of jobs waiting to be processed.
|
||||||
/// </summary>
|
/// </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()
|
public void Cancel()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user