UIAutomation.HasTimeoutCmdletBase.HasTimeoutCmdletBase C# (CSharp) Method

HasTimeoutCmdletBase() public method

public HasTimeoutCmdletBase ( ) : System
return System
        public HasTimeoutCmdletBase()
        {
            Wait = true;
            Timeout = Preferences.Timeout;
            Seconds = Timeout / 1000;
            OnErrorScreenShot = Preferences.OnErrorScreenShot;
            OnSuccessAction = null;
            OnErrorAction = null;
        }
        #endregion Constructor