# RunningOnTerminalServer

### Description

Determines whether the current process is running on Citrix or Terminal Server

```csharp
bool RunningOnTerminalServer   ()
```

### Return

| Type | Description                                                                 |
| ---- | --------------------------------------------------------------------------- |
| bool | returns whether the current process is running on Citrix or Terminal Server |
