1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/md/Addons/Melezh/Console-Interface/Scheduled-tasks/Update-scheduled-task.mdx
Vitaly the Alpaca (bot) cca88310d7 Main build (Jenkins)
2025-11-09 00:51:36 +03:00

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/>