@Scriptable
public class ShareProfileUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
deleteProfilesMarkedAsDeleted(IProcessingContext p_ctx,
long p_lDelay)
Delete profiles marked as deleted.
|
public static void deleteProfilesMarkedAsDeleted(IProcessingContext p_ctx, long p_lDelay) throws java.lang.Exception
p_ctx
- The processing context.p_lDelay
- The delay. Delete profiles that have been marked as deleted since at least p_lDelay milliseconds.java.lang.Exception