AppserverIo\Appserver\Application\ApplicationStateKeys::getApplicationState PHP Method

getApplicationState() public method

Returns the application state representation as integer.
public getApplicationState ( ) : integer
return integer The integer representation of the application state
    public function getApplicationState()
    {
        return $this->applicationState;
    }