mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-04 22:14:37 +02:00
36 lines
549 B
Plaintext
Vendored
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"
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|