1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-04 22:14:37 +02:00
Vitaly the Alpaca (bot) 8dbc00cf4d Main build (Jenkins)
2025-01-31 17:10:45 +03:00

36 lines
549 B
Plaintext
Vendored

---
sidebar_position: 2
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Launch project
Launches integration proxy server
`Function LaunchProject(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 - Result of server shutdown
<br/>
```bsl title="1C:Enterprise/OneScript code example"
```