Option to enable disable scheduler by command expansion of the cmi schedule command. #7916
Replies: 3 comments
-
This would be really nice enhancement. We could create even more complicated things with CMI! |
Beta Was this translation helpful? Give feedback.
-
Well created a work arround for this to be able to do this with a plugin that creates placeholders The Custom Alias:
and here the schulder
with the command we can change the placeholder... what enables or disables the scheduler. but still it would be nice to have |
Beta Was this translation helpful? Give feedback.
-
solved. we keep the way by enable disable them by the check of a plublic placeholder we set |
Beta Was this translation helpful? Give feedback.
-
In some cases like when the server is in maintenance or some event where running. it would be nice to be able to
enable or disable choosen scheduler like defined announcers or processes you dont want in for some certain time.
when a scheduler could be turned on / off (enable thisable) this could be also added to automatism owners made on there server.
we allready have command called:
cmi schedule [scheduleName]
to trigger a schedule.This might could be extanted a bit like
cmi schedule [scheduleName] (enable|disable)
if the coammand is used like
cmi schedule [scheduleName]
then the schedule is triggered like it is now.Expansion with an command argument:
When the command is used like
cmi schedule [scheduleName] disable
then this disables the choosen schedule by setting the enable value in its setting to false.
When the command is used like
cmi schedule [scheduleName] enable
then this enables the choosen schedule by setting the enable value in its setting to true.
The process after the command execution should be done "live" so it would need no /cmi reload or server restart to take effect.
Beta Was this translation helpful? Give feedback.
All reactions