Share via


DeviceLogCollectionStatus type

Represents the status of a log collection operation.
KnownDeviceLogCollectionStatus can be used interchangeably with DeviceLogCollectionStatus, this enum contains the known values that the service supports.

Known values supported by the service

NotStarted: Log collection operation has not been initiated.
Running: Indicates that the log collection operation is currently running.
Failed: Indicates that the log collection operation has failed.
Succeeded: Indicates that the log collection operation has completed successfully.
Canceled: Indicates that the log collection operation has completed successfully.

type DeviceLogCollectionStatus = string