com.microstrategy.webapi.EnumDSSXMLJobInfo |
The interface EnumDSSXMLJobInfo
contains a list of enumeration
constants describing the information of a job in the Intelligence Server.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlJobInfoClientMachine | Represents the client machine name where the job was submitted. | |||||||||
int | DssXmlJobInfoCreationTime | Represents the job creation time. | |||||||||
int | DssXmlJobInfoDescription | Represents the job description. | |||||||||
int | DssXmlJobInfoDuration | Represents the duration to execute the job since its submission, in unit of second. | |||||||||
int | DssXmlJobInfoJobID | Represents the job id. | |||||||||
int | DssXmlJobInfoJobPriority | Represents the job priority. | |||||||||
int | DssXmlJobInfoJobStatus | Represents the job status, a value from EnumDSSXMLJobStatus
|
|||||||||
int | DssXmlJobInfoProjectGUID | Represents the project GUID. | |||||||||
int | DssXmlJobInfoProjectName | Represents the project name. | |||||||||
int | DssXmlJobInfoServerName | Represents the server name from which the information was obtained. | |||||||||
int | DssXmlJobInfoServerProjectId | Represents the numerical id of a project. | |||||||||
int | DssXmlJobInfoUserLoginName | Represents the user login name who running the job. | |||||||||
int | DssXmlJobInfoUserName | Represents the user full name who running the job. |
Represents the client machine name where the job was submitted.
Represents the job creation time.
Represents the job description.
Represents the duration to execute the job since its submission, in unit of second.
Represents the job id.
Represents the job priority.
Represents the job status, a value from EnumDSSXMLJobStatus
Represents the project GUID.
Represents the project name.
Represents the server name from which the information was obtained.
Represents the numerical id of a project.
Represents the user login name who running the job.
Represents the user full name who running the job.