public class IStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
comment
initializes to null
|
java.lang.String |
detail
initializes to null
|
int |
rc
initializes to SCRIPT_NOT_EXECUTED
|
static int |
STAT_BRANCH |
static int |
STAT_COMP_NOT_FOUND |
static int |
STAT_EXIT_TABLE |
static int |
STAT_FAILURE |
static int |
STAT_IGNORE_RC |
static int |
STAT_IO_ERROR |
static int |
STAT_NO_RECORDTYPE |
static int |
STAT_NOT_EXECUTED |
static int |
STAT_OK |
static int |
STAT_UNKNOWN_RECORDTYPE |
static int |
STAT_WARNING |
static int |
STAT_WINDOW_NOT_FOUND |
static int |
STAT_WRONG_FIELDS_COUNT |
public static final int STAT_WARNING
public static final int STAT_OK
public static final int STAT_FAILURE
public static final int STAT_IO_ERROR
public static final int STAT_NOT_EXECUTED
public static final int STAT_WINDOW_NOT_FOUND
public static final int STAT_COMP_NOT_FOUND
public static final int STAT_EXIT_TABLE
public static final int STAT_IGNORE_RC
public static final int STAT_NO_RECORDTYPE
public static final int STAT_UNKNOWN_RECORDTYPE
public static final int STAT_WRONG_FIELDS_COUNT
public static final int STAT_BRANCH
public int rc
public java.lang.String comment
public java.lang.String detail
Copyright © SAS Institute. All Rights Reserved.