TestWorker
        
        extends TestWorker
    
    
            
            in package
            
        
    
    
    
        
            Class created by Core/Base/PluginDeploy
Tags
Table of Contents
- run() : bool
 - done() : bool
 - preventNewEvents() : void
 - stopPropagation() : bool
 
Methods
run()
    public
    abstract                run(WorkEvent $event) : bool
        
        Parameters
- $event : WorkEvent
 
Return values
bool —done()
    protected
                    done() : bool
        
    
    
        Return values
bool —preventNewEvents()
    protected
                    preventNewEvents(array<string|int, mixed> $eventNames) : void
        
        Parameters
- $eventNames : array<string|int, mixed>
 
Return values
void —stopPropagation()
    protected
                    stopPropagation() : bool