public static final class ShowProcStatusResponse.Statuses extends Object
ShowProcStatusResponse
parameter statuses
.
Statuses for the returned run IDs, grouped by data segment ID.
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.