You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-03 22:39:12 +02:00
40 lines
611 B
Plaintext
40 lines
611 B
Plaintext
|
|
---
|
||
|
|
sidebar_position: 1
|
||
|
|
---
|
||
|
|
|
||
|
|
import Tabs from '@theme/Tabs';
|
||
|
|
import TabItem from '@theme/TabItem';
|
||
|
|
|
||
|
|
# Start server
|
||
|
|
Starts a TCP server on the specified port
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
`Function StartServer(Val Port) Export`
|
||
|
|
|
||
|
|
| Parameter | CLI option | Type | Required | Description |
|
||
|
|
|-|-|-|-|-|
|
||
|
|
| Port | - | Number, String | ✔ | Port number |
|
||
|
|
|
||
|
|
|
||
|
|
Returns: String, Arbitrary - Server object or error message
|
||
|
|
|
||
|
|
<br/>
|
||
|
|
|
||
|
|
|
||
|
|
:::caution
|
||
|
|
**NOCLI:** данный метод недоступен для использования в CLI версии
|
||
|
|
:::
|
||
|
|
<br/>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
```bsl title="1C:Enterprise/OneScript code example"
|
||
|
|
|
||
|
|
```
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|