Prado\Web\UI\ActiveControls\TTimeTriggeredCallback::getStartTimerOnLoad PHP Method

getStartTimerOnLoad() public method

public getStartTimerOnLoad ( ) : boolean
return boolean true to start the timer when page loads.
    public function getStartTimerOnLoad()
    {
        return $this->getViewState('StartTimerOnLoad', false);
    }