Retrieve Scheduled Purge Task Status

Checks to see whether domain-level cleanup is scheduled for the specified purge task type.

Syntax

Boolean isScheduledPurgeTaskEnable(SCHEDULE_PURGE_TASK task) throws SUPAdminException;

Returns

If successful, returns true or false. If unsuccessful, returns SUPAdminException.

Examples