Definition at line 28 of file Task.php.
 
◆ getHandler()
  
  
      
        
          | pocketmine\scheduler\Task::getHandler  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
final   | 
  
 
 
◆ getName()
      
        
          | pocketmine\scheduler\Task::getName  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ onCancel()
      
        
          | pocketmine\scheduler\Task::onCancel  | 
          ( | 
           | ) | 
           | 
        
      
 
Actions to execute if the Task is cancelled 
Definition at line 62 of file Task.php.
 
 
◆ onRun()
  
  
      
        
          | pocketmine\scheduler\Task::onRun  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
abstract   | 
  
 
 
◆ setHandler()
  
  
      
        
          | pocketmine\scheduler\Task::setHandler  | 
          ( | 
          ?TaskHandler |           $taskHandler | ) | 
           | 
         
       
   | 
  
final   | 
  
 
@phpstan-param TaskHandler<static>|null $taskHandler 
Definition at line 46 of file Task.php.
 
 
The documentation for this class was generated from the following file: