mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-29 21:57:16 +02:00
40 lines
541 B
Plaintext
Vendored
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"
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|