Started() static private méthode

static private Started ( ) : bool
Résultat bool
 /// <summary>
 /// Returns the running state of the Repository.
 /// </summary>
 /// <returns>True if the Repository has started yet otherwise false.</returns>
 public static bool Started()
 {
     return(RepositoryInstance.Started());
 }