1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-17 00:17:42 +02:00
Files
OpenIntegrations/docs/en/md/Integration_proxy_methods/Project-setup/Start.mdx

36 lines
532 B
Plaintext
Raw Normal View History

2025-01-29 16:59:34 +03:00
---
2025-01-29 23:01:38 +03:00
sidebar_position: 5
2025-01-29 16:59:34 +03:00
---
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 |
2025-01-29 23:01:38 +03:00
Returns: Structure Of KeyAndValue - Result of server shutdown
2025-01-29 16:59:34 +03:00
<br/>
```bsl title="1C:Enterprise/OneScript code example"
```