1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
Vitaly the Alpaca (bot) e9e90962d1 Main build (Jenkins)
2025-01-21 17:01:15 +03:00

40 lines
541 B
Plaintext
Vendored

---
sidebar_position: 10
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Is server
Specifies if the value passed is a TCP server object
`Function IsServer(Val Value) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Value | - | Arbitrary | ✔ | arbitrary value to check |
Returns: Boolean - Is server
<br/>
:::caution
**NOCLI:** this method is not available in CLI version
:::
<br/>
```bsl title="1C:Enterprise/OneScript code example"
```