| Modifier and Type | Field | Description |
|---|---|---|
static TaskStatus |
TaskStatus.DISABLED |
Static value Disabled for TaskStatus.
|
static TaskStatus |
TaskStatus.ENABLED |
Static value Enabled for TaskStatus.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TaskStatus |
TaskStatus.fromString(String name) |
Creates or finds a TaskStatus from its string representation.
|
TaskStatus |
Task.status() |
|
TaskStatus |
TaskUpdateParameters.status() |
Get the current status of task.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<TaskStatus> |
TaskStatus.values() |
| Modifier and Type | Method | Description |
|---|---|---|
Task.DefinitionStages.WithCreate |
Task.DefinitionStages.WithStatus.withStatus(TaskStatus status) |
Specifies status.
|
Task.Update |
Task.UpdateStages.WithStatus.withStatus(TaskStatus status) |
Specifies status.
|
TaskUpdateParameters |
TaskUpdateParameters.withStatus(TaskStatus status) |
Set the current status of task.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/