mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Added is running as service to IServerApplicationHost
This commit is contained in:
@@ -20,6 +20,12 @@ namespace MediaBrowser.Controller
|
||||
/// <value>The name of the web application.</value>
|
||||
string WebApplicationName { get; }
|
||||
|
||||
/// <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 a value indicating whether [supports automatic run at startup].
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user