public static enum CompletedElement.TaskCompletedState extends Enum<CompletedElement.TaskCompletedState>
Enum Constant and Description |
---|
COMPLETED_CANCELED
The job was cancelled.
|
COMPLETED_CHECKIN_ERROR
The job completed successfully but there were errors when checking in the job files.
|
COMPLETED_FAILED
The task failed.
|
COMPLETED_SASERRORS
The job completed with errors.
|
COMPLETED_SASERRORS_CHECKIN_ERROR
The job completed with errors and there were errors when checking in the job files.
|
COMPLETED_SASWARNINGS
The job completed with warnings.
|
COMPLETED_SASWARNINGS_CHECKIN_ERROR
The job completed with warnings and there were errors when checking in the job files.
|
COMPLETED_SUCCESSFUL
The task completed successfully.
|
NO_VALID_RECIPIENTS
The task did not specify recipients.
|
PROCESS_FLOW_OWNER_ACCOUNT_ERROR
There was an issue with the process flow owner account, so the task did not run.
|
SETUP_NOT_ENTERED
The set up information was missing.
|
TERMINATED
The element was terminated because a terminate end event was reached, which ended the process flow.
|
UNKNOWN
The task completion state is unknown.
|
Modifier and Type | Method and Description |
---|---|
static CompletedElement.TaskCompletedState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompletedElement.TaskCompletedState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompletedElement.TaskCompletedState COMPLETED_SUCCESSFUL
public static final CompletedElement.TaskCompletedState COMPLETED_SASERRORS
public static final CompletedElement.TaskCompletedState COMPLETED_CHECKIN_ERROR
public static final CompletedElement.TaskCompletedState COMPLETED_SASERRORS_CHECKIN_ERROR
public static final CompletedElement.TaskCompletedState COMPLETED_FAILED
public static final CompletedElement.TaskCompletedState COMPLETED_CANCELED
public static final CompletedElement.TaskCompletedState COMPLETED_SASWARNINGS
public static final CompletedElement.TaskCompletedState COMPLETED_SASWARNINGS_CHECKIN_ERROR
public static final CompletedElement.TaskCompletedState SETUP_NOT_ENTERED
public static final CompletedElement.TaskCompletedState PROCESS_FLOW_OWNER_ACCOUNT_ERROR
public static final CompletedElement.TaskCompletedState NO_VALID_RECIPIENTS
public static final CompletedElement.TaskCompletedState TERMINATED
public static final CompletedElement.TaskCompletedState UNKNOWN
public static CompletedElement.TaskCompletedState[] values()
for (CompletedElement.TaskCompletedState c : CompletedElement.TaskCompletedState.values()) System.out.println(c);
public static CompletedElement.TaskCompletedState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>