public static final class ShowProcStatusRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLEAR_COMPLETE
If set to
TRUE , if a proc instance has
completed (either successfully or unsuccessfully) then its status
will be cleared and no longer returned in subsequent calls. |
static String |
FALSE |
static String |
RUN_TAG
If
runId is specified, return the status for a
proc instance that has a matching run ID and a matching run tag that
was provided to GPUdb.executeProc . |
static String |
TRUE |
public static final String CLEAR_COMPLETE
TRUE
, if a proc instance has
completed (either successfully or unsuccessfully) then its status
will be cleared and no longer returned in subsequent calls.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String RUN_TAG
runId
is specified, return the status for a
proc instance that has a matching run ID and a matching run tag that
was provided to GPUdb.executeProc
.
If runId
is not specified, return statuses for
all proc instances where a matching run tag was provided to GPUdb.executeProc
.
The default value is ''.Copyright © 2025. All rights reserved.