Class WorkItemProcessor Extends IWorkItemContext
    Public
    
    
    
    Inner Types
Public Methods
If a WorkItem needs to have a valid area information during execution, call this method to ensure there are no pending flood fills.
Public Variables
        
                anyQueued
        
    
                    
                    True if any work items are queued right now.
                        Public
                    
                
        
                workItemsInProgress
        
    
                    
                    True while a batch of work items are being processed.
                        Public
                    
                
        
                workItemsInProgressRightNow
        
    
                    
                    Used to prevent waiting for work items to complete inside other work items as that will cause the program to hang.
                        Public
                    
                Public Events
        
                OnGraphsUpdated
        
    
                    
                    
                        Public
                    
                Private/Protected Members
        
                anyGraphsDirty
        
    
                    
                    
                        Private
                    
                
        
                astar
        
    
                    
                    
                        Private
                            Readonly
                    
                
        
                preUpdateEventSent
        
    
                    
                    
                        Private
                    
                
        
                workItems
        
    
                    
                    
                        Private
                            Readonly