Modifier and Type | Fields and Description |
---|---|
static String |
CRON_10PM |
static String |
CRON_12AM |
static String |
CRON_12PM |
static String |
CRON_2AM |
static String |
CRON_6PM |
static String |
CRON_8AM |
static String |
CRON_MIDNIGHT |
static String |
CRON_MORNING |
static String |
CRON_NOON |
public static final String CRON_12AM
public static final String CRON_MIDNIGHT
public static final String CRON_2AM
public static final String CRON_8AM
public static final String CRON_MORNING
public static final String CRON_12PM
public static final String CRON_NOON
public static final String CRON_6PM
public static final String CRON_10PM
public abstract String value
Specifies cron expression or a configuration key starts with "cron."
public abstract String id
Specify the ID of the scheduled job. Default value: empty string
Copyright © 2014–2021 ActFramework. All rights reserved.