schedule property

String? schedule
getter/setter pair

crontab format schedule for scheduled evaluation, currently only support the following schedule: "0 * / 1 * * *", "0 * / 6 * * *", "0 * / 12 * * *", "0 0 * / 1 * *", "0 0 * / 7 * *",

Implementation

core.String? schedule;