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

@@ -24,6 +24,12 @@ namespace MediaBrowser.Common
/// <value><c>true</c> if this instance has pending kernel reload; otherwise, <c>false</c>.</value>
bool HasPendingRestart { get; }
/// <summary>
/// Gets 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>
bool CanSelfRestart { get; }
/// <summary>
/// Occurs when [has pending restart changed].
/// </summary>