Skip to content

Commit

Permalink
Frontend-STFL: Implement IsLocalSession
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal committed Feb 23, 2014
1 parent 680869b commit b834978
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Frontend-STFL/Frontend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ public static Session Session {
}
}

public static bool IsLocalEngine {
get {
return _LocalSession != null && _Session == _LocalSession;
}
}

public static FrontendManager FrontendManager {
get {
return _FrontendManager;
Expand Down

0 comments on commit b834978

Please sign in to comment.