public final class PcStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static PcStatus |
ERROR
Static value Error for PcStatus.
|
static PcStatus |
NOT_STARTED
Static value NotStarted for PcStatus.
|
static PcStatus |
RUNNING
Static value Running for PcStatus.
|
static PcStatus |
STOPPED
Static value Stopped for PcStatus.
|
static PcStatus |
UNKNOWN
Static value Unknown for PcStatus.
|
public static final PcStatus NOT_STARTED
public static final PcStatus RUNNING
public static final PcStatus STOPPED
public static final PcStatus ERROR
public static final PcStatus UNKNOWN
public PcStatus(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/