added CanSelfRestart

This commit is contained in:
Luke Pulverenti
2013-10-07 10:38:31 -04:00
parent 3f1cafdc81
commit 65f78ea5ad
9 changed files with 70 additions and 10 deletions

View File

@@ -62,6 +62,12 @@ namespace MediaBrowser.Model.System
/// <value><c>true</c> if [supports native web socket]; otherwise, <c>false</c>.</value>
public bool SupportsNativeWebSocket { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance can self restart.
/// </summary>
/// <value><c>true</c> if this instance can self restart; otherwise, <c>false</c>.</value>
public bool CanSelfRestart { get; set; }
/// <summary>
/// Gets or sets plugin assemblies that failed to load.
/// </summary>