pocketmine\scheduler\FileWriteTask::onRun PHP Method

onRun() public method

public onRun ( )
    public function onRun()
    {
        try {
            file_put_contents($this->path, $this->contents, (int) $this->flags);
        } catch (\Throwable $e) {
        }
    }