public class JobExecutionOptions extends ProjectExecutionOptions
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HIGH_PRIORITY |
static java.lang.String |
LOW_PRIORITY |
static java.lang.String |
MEDIUM_PRIORITY |
boolean |
noproject
Enable noproject option if project persistence following
job execution is not required.
|
java.lang.String |
priority
Set a scheduling priority for your job.
|
JobSchedulingOptions |
schedulingOptions
Job scheduling options specify the start time and
optionally the repeat interval and count for a
scheduled job.
|
adoptionOptions, consoleoff, csvrinputs, echooff, enableConsoleEvents, encodeDataFramePrimitiveAsVector, graphicsDevice, graphicsHeight, graphicsWidth, infinity, nan, preloadByDirectory, preloadDirectory, preloadWorkspace, rinputs, routputs, storageOptions, tag| Constructor and Description |
|---|
JobExecutionOptions() |
public static final java.lang.String LOW_PRIORITY
public static final java.lang.String MEDIUM_PRIORITY
public static final java.lang.String HIGH_PRIORITY
public JobSchedulingOptions schedulingOptions
public java.lang.String priority
public boolean noproject