public class ThreeDBatchProgress extends Object
Modifier and Type | Field and Description |
---|---|
String |
message |
String |
status |
static String |
STATUS_CONVERSION_QUEUED |
static String |
STATUS_CONVERSION_RUNNING |
static String |
STATUS_CONVERSION_UNKNOWN |
Constructor and Description |
---|
ThreeDBatchProgress(String status,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
boolean |
isQueued() |
boolean |
isRunning() |
boolean |
isUnknown() |
public static final String STATUS_CONVERSION_QUEUED
public static final String STATUS_CONVERSION_RUNNING
public static final String STATUS_CONVERSION_UNKNOWN
public ThreeDBatchProgress(String status, String message)
public String getMessage()
public boolean isUnknown()
public boolean isQueued()
public boolean isRunning()
Copyright © 2018 Nuxeo. All rights reserved.