| Modifier and Type | Field | Description |
|---|---|---|
static RunStatus |
RunStatus.CANCELED |
Static value Canceled for RunStatus.
|
static RunStatus |
RunStatus.ERROR |
Static value Error for RunStatus.
|
static RunStatus |
RunStatus.FAILED |
Static value Failed for RunStatus.
|
static RunStatus |
RunStatus.QUEUED |
Static value Queued for RunStatus.
|
static RunStatus |
RunStatus.RUNNING |
Static value Running for RunStatus.
|
static RunStatus |
RunStatus.STARTED |
Static value Started for RunStatus.
|
static RunStatus |
RunStatus.SUCCEEDED |
Static value Succeeded for RunStatus.
|
static RunStatus |
RunStatus.TIMEOUT |
Static value Timeout for RunStatus.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RunStatus |
RunStatus.fromString(String name) |
Creates or finds a RunStatus from its string representation.
|
RunStatus |
Run.status() |
|
RunStatus |
RunFilter.status() |
Get the current status of the run.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<RunStatus> |
RunStatus.values() |
| Modifier and Type | Method | Description |
|---|---|---|
RunFilter |
RunFilter.withStatus(RunStatus status) |
Set the current status of the run.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/