SenseNet.ContentRepository.Repository.Started C# (CSharp) Method

Started() public static method

Returns the running state of the Repository.
public static Started ( ) : bool
return bool
        public static bool Started()
        {
            return RepositoryInstance.Started();
        }
        /// <summary>