scheduleVariables and scheduleVariablesEx Methods
scheduleVariables
scheduleVariableslet s = ServiceHandler.scheduler;
let inputName = 'Test: Test Actions';
s.scheduleVariables(inputName, 'play', '', { Message: 'Greetings!' });scheduleVariablesEx method
scheduleVariablesEx method// Called from JavaScript. Update and schedule variables with advanced controls.
ServiceHandler.scheduler?scheduleVariablesEx(action, time, inputName, channelName, queueName, titleId, startSegmentName, endSegmentName, variables);Last updated