public static final class ShowProcStatusResponse.OverallStatuses extends Object
statuses
and messages
for statuses from
individual data segments.
Valid values are:
RUNNING
: The proc instance is currently running.
COMPLETE
: The proc instance completed with no errors.
KILLED
: The proc instance was killed before completion.
ERROR
:
The proc instance failed with an error.
overallStatuses
.Modifier and Type | Field and Description |
---|---|
static String |
COMPLETE
The proc instance completed with no errors.
|
static String |
ERROR
The proc instance failed with an error.
|
static String |
KILLED
The proc instance was killed before completion.
|
static String |
RUNNING
The proc instance is currently running.
|
public static final String RUNNING
public static final String COMPLETE
public static final String KILLED
public static final String ERROR
Copyright © 2020. All rights reserved.