public static final class ShowProcStatusResponse.OverallStatuses extends Object
ShowProcStatusResponse
parameter overallStatuses.
Overall statuses for the returned run IDs. Note that these are rollups
and individual statuses may differ between data segments for the same
run ID; see statuses and messages for statuses from individual data segments.
| 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 |
NONE
The proc instance does not have a status, i.e.
|
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
public static final String NONE
Copyright © 2025. All rights reserved.