| Modifier and Type | Field and Description | 
|---|---|
protected JobExitStatus | 
MailspoolJob.jobStatus  | 
| Modifier and Type | Field and Description | 
|---|---|
JobExitStatus | 
JobExecution.status  | 
JobExitStatus | 
JobDomainStatus.status  | 
| Modifier and Type | Field and Description | 
|---|---|
java.util.Set<JobExitStatus> | 
JobQuery.statuses  | 
java.util.Set<JobExitStatus> | 
JobExecutionQuery.statuses
Job exit status. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JobExitStatus | 
JobExitStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static JobExitStatus[] | 
JobExitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IScheduler.finish(IScheduledJobRunId rid,
      JobExitStatus status)
Called by jobs at the end of the tick method when no exception occured. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
JobExitStatus | 
RunIdImpl.status  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Scheduler.finish(IScheduledJobRunId irid,
      JobExitStatus status)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobExitStatus | 
ImportStatus.getJobStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ImportLdapJob.updateLastUpdateDomainDate(ItemValue<Domain> domain,
                          JobExitStatus importStatus,
                          java.util.Date d)  | 
Copyright © 2021. All Rights Reserved.