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

33 lines
778 B
Plaintext
Vendored

---
sidebar_position: 4
description: Get 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';
# Get scheduled task
Gets task information by ID
`Function GetScheduledTask(Val Project, Val TaskID) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Project | --proj | String | ✔ | Project filepath |
| TaskID | --task | String | ✔ | Task ID |
Returns: Structure Of KeyAndValue - Handlers information
<br/>