Exemple #1
0
        //RL - pause command - 03/29/06
        /// <summary>
        ///
        /// </summary>
        /// <returns></returns>
        public bool isPauseCommand()
        {
            bool isPauseCommand = false;

            try
            {
                isPauseCommand = myXmlRpcProxy.isPauseCommand();
            }
            catch (Exception ex)
            {
                LogException(ex, "isPauseCommand");
            }
            return(isPauseCommand);
        }