Enable scheduled task
Enables scheduled task by ID
Function EnableScheduledTask(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 - Switching result
- Bash
- CMD/Bat
melezh EnableScheduledTask \
--proj "/proj.melezh" \
--task 1
melezh EnableScheduledTask ^
--proj "/proj.melezh" ^
--task 1