| Modifier and Type | Field and Description |
|---|---|
static TaskStatus |
TaskStatus.DISABLED
Static value Disabled for TaskStatus.
|
static TaskStatus |
TaskStatus.ENABLED
Static value Enabled for TaskStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskStatus |
TaskStatus.fromString(String name)
Creates or finds a TaskStatus from its string representation.
|
TaskStatus |
TaskUpdateParameters.status()
Get the current status of task.
|
TaskStatus |
RegistryTask.status() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TaskStatus> |
TaskStatus.values() |
| Modifier and Type | Method and Description |
|---|---|
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.
*/