Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ProcessTimedOutException.php

function ProcessTimedOutException::isIdleTimeout

File

vendor/symfony/process/Exception/ProcessTimedOutException.php, line 47

Class

ProcessTimedOutException
Exception that is thrown when a process times out.

Namespace

Symfony\Component\Process\Exception

Code

public function isIdleTimeout() : bool {
    return self::TYPE_IDLE === $this->timeoutType;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal