Prose\ExpectsHost::isRunningInScreen PHP Method

isRunningInScreen() public method

the old SPv1 call, when this was part of expectsShell()
Deprecation: use $this->screenIsRunning() instead
public isRunningInScreen ( string $sessionName ) : void
$sessionName string name of the screen session to check on
return void
    public function isRunningInScreen($sessionName)
    {
        return $this->screenIsRunning($sessionName);
    }