Set Purge Task Schedule

Sets the domain-level cleanup schedule for the selected purge task. Setting the purge task schedule is typically used with getting the purge task schedule.

Syntax

void setPurgeTaskSchedule(SCHEDULE_PURGE_TASK task, ScheduleVO schedule) throws SUPAdminException;

Returns

If successful, returns the schedule for the selected type. If unsuccessful, returns SUPAdminException.

Examples