Function GraphUpdateProcessor.ProcessGraphUpdates

ProcessGraphUpdates (IWorkItemContext context, bool force)

Updates graphs.

Private
bool ProcessGraphUpdates (

IWorkItemContext

context

Helper methods for the work items.

bool

force

If true, all graph updates will be processed before this function returns. The return value will be True.

)

Updates graphs.

Will do some graph updates, possibly signal another thread to do them. Will only process graph updates added by QueueGraphUpdatesInternal

Return

True if all graph updates have been done and pathfinding (or other tasks) may resume. False if there are still graph updates being processed or waiting in the queue.