public class ScriptStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCEL_CODE |
static ScriptStatus |
CANCELLED |
static ScriptStatus |
EXCEPTION |
static int |
EXCEPTION_CODE |
static ScriptStatus |
OK |
static int |
OK_CODE |
static int |
TIMEOUT_CODE |
| Constructor and Description |
|---|
ScriptStatus(int exitCode) |
ScriptStatus(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
int |
getExitCode() |
boolean |
hasCause() |
boolean |
isCancelled() |
boolean |
isOk() |
void |
setCause(Throwable cause) |
public static final int OK_CODE
public static final int EXCEPTION_CODE
public static final int CANCEL_CODE
public static final int TIMEOUT_CODE
public static final ScriptStatus OK
public static final ScriptStatus CANCELLED
public static final ScriptStatus EXCEPTION
public ScriptStatus(int exitCode)
public ScriptStatus(Throwable cause)
Copyright © 2016 Apigee Corporation. All Rights Reserved.