PcStatus type

The status of the packet capture session.
KnownPcStatus can be used interchangeably with PcStatus, this enum contains the known values that the service supports.

Known values supported by the service

NotStarted: NotStarted
Running: Running
Stopped: Stopped
Error: Error
Unknown: Unknown

type PcStatus = string