ScheduleContext

ScheduleContext Class The `ScheduleContext` class used to pass context in Schedule Script.

Constructor

new ScheduleContext()

Members

parameters

Gets the parameters for the scheduled script.
Properties
NameTypeDescription
getterobjectGets the parameters for the scheduled script.
setterobjectSets the parameters for the scheduled script and can use at next call.

repeatedCount

Gets the number of times the script has been repeated.
Properties
NameTypeDescription
getternumberGets the number of times the script has been repeated.

scriptName

Gets the name of the scheduled script.
Properties
NameTypeDescription
getterstringGets the name of the scheduled script.