You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
34 lines
929 B
Plaintext
Vendored
34 lines
929 B
Plaintext
Vendored
---
|
|
sidebar_position: 5
|
|
description: Update scheduled task and other functions to work with Melezh in the Open Integration Package, a free open-source integration library for 1C:Enterprise 8, OneScript and CLI
|
|
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI]
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Update scheduled task
|
|
Changes the schedule of the selected scheduled task
|
|
|
|
|
|
|
|
`Function UpdateScheduledTask(Val Project, Val TaskID, Val Schedule = "", Val HandlersKey = "") Export`
|
|
|
|
| Parameter | CLI option | Type | Required | Description |
|
|
|-|-|-|-|-|
|
|
| Project | --proj | String | ✔ | Project filepath |
|
|
| TaskID | --task | String | ✔ | Task ID |
|
|
| Schedule | --cron | String | ✖ | Schedule in extended cron format |
|
|
|
|
|
|
Returns: Structure Of KeyAndValue - Task update result
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|