You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-17 00:17:42 +02:00
36 lines
529 B
Plaintext
36 lines
529 B
Plaintext
![]() |
---
|
||
|
sidebar_position: 3
|
||
|
---
|
||
|
|
||
|
import Tabs from '@theme/Tabs';
|
||
|
import TabItem from '@theme/TabItem';
|
||
|
|
||
|
# Start
|
||
|
Launches integration proxy server
|
||
|
|
||
|
|
||
|
|
||
|
`Function Start(Val Port, Val Project) Export`
|
||
|
|
||
|
| Parameter | CLI option | Type | Required | Description |
|
||
|
|-|-|-|-|-|
|
||
|
| Port | --port | Number | ✔ | Servers port |
|
||
|
| Project | --proj | String | ✔ | Project filepath |
|
||
|
|
||
|
|
||
|
Returns: Structure Of KeyAndValue - server shutdown result
|
||
|
|
||
|
<br/>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
```bsl title="1C:Enterprise/OneScript code example"
|
||
|
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|