public static class HttpPushAPI.TaskStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ERROR
The task is in error.
|
static int |
FINISHED
The task is finished.
|
java.lang.String |
message
Optional message.
|
static int |
RUNNING
The task is running.
|
int |
status
Task status.
|
Constructor and Description |
---|
TaskStatus() |
public static final int RUNNING
public static final int FINISHED
public static final int ERROR
public int status
public java.lang.String message
Copyright © 2021 Dassault Systèmes, All Rights Reserved.