D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

RunningJob Data Type

Properties
name data type description
status JobStatusType
serviceName string
message string
jobId string
jobName string

Example

{
  "status" : "SUCCEEDED",
  "serviceName" : "...",
  "message" : "...",
  "jobId" : "...",
  "jobName" : "..."
}