DataSift\Storyplayer\PlayerLib\Story::getPersistDevice PHP Method

getPersistDevice() public method

does this story want to keep the web browser open between phases?
public getPersistDevice ( ) : boolean
return boolean
    public function getPersistDevice()
    {
        return $this->persistDevice;
    }