|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHWMJobStatus
Title:
Description:
Company: Altair Engineering, Inc.
Field Summary | |
---|---|
static int |
HWM_JOBCREATED
|
static int |
HWM_JOBFAILED
|
static int |
HWM_JOBFINISHED
|
static int |
HWM_JOBQUEUED
|
static int |
HWM_JOBREJECTEDCPU
|
static int |
HWM_JOBREJECTEDRAM
|
static int |
HWM_JOBREJECTEDUNSPECIFIED
|
static int |
HWM_JOBRUNNING
|
static int |
HWM_JOBUNDEFINED
|
static int |
HWM_JOBUPLOADFINISHED
|
static int |
HWM_JOBUPLOADSTARTED
|
Method Summary | |
---|---|
java.lang.String |
GetDescription()
This method returns the description of the job status. |
int |
GetStatusCode()
This method returns the status code of the job. |
java.lang.String |
toString()
This method returns a string representation to the IHWMJobStatus instance. |
Field Detail |
---|
static final int HWM_JOBUNDEFINED
static final int HWM_JOBCREATED
static final int HWM_JOBUPLOADSTARTED
static final int HWM_JOBUPLOADFINISHED
static final int HWM_JOBQUEUED
static final int HWM_JOBRUNNING
static final int HWM_JOBFINISHED
static final int HWM_JOBFAILED
static final int HWM_JOBREJECTEDRAM
static final int HWM_JOBREJECTEDCPU
static final int HWM_JOBREJECTEDUNSPECIFIED
Method Detail |
---|
int GetStatusCode()
java.lang.String GetDescription()
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |