diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2014-01-30 00:08:56 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2014-01-30 00:08:56 -0500 |
| commit | 0110f22b78a44140dd7f081b3c83a3ff82e9b63a (patch) | |
| tree | 31df11ab68146cecbbace559e602d5cf9271c1db /MediaBrowser.Common | |
| parent | 8c63515c4524f0022bf8cad8ff9da26004c3a911 (diff) | |
| parent | 1f6918117c2a7542e066ffb5ac09051a698bb136 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Common')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 8cd1252c74..3d5f3c96f9 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -25,6 +25,12 @@ namespace MediaBrowser.Common event EventHandler<GenericEventArgs<Version>> ApplicationUpdated; /// <summary> + /// Gets a value indicating whether this instance is running as service. + /// </summary> + /// <value><c>true</c> if this instance is running as service; otherwise, <c>false</c>.</value> + bool IsRunningAsService { get; } + + /// <summary> /// Gets or sets a value indicating whether this instance has pending kernel reload. /// </summary> /// <value><c>true</c> if this instance has pending kernel reload; otherwise, <c>false</c>.</value> |
