Determines if the release is unsupported.
bool TRUE if the release is unsupported, or FALSE otherwise.
public function isUnsupported() : bool { return $this->isReleaseType('Unsupported'); }