Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the running states a for a report job.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmReportRunningStatus
public enum class _FsrmReportRunningStatus
type _FsrmReportRunningStatus
Public Enumeration _FsrmReportRunningStatus
Members
| Member name | Description | |
|---|---|---|
| FsrmReportRunningStatus_NotRunning | The report job is not running. |
|
| FsrmReportRunningStatus_Queued | The report job is queued to run but is not running. |
|
| FsrmReportRunningStatus_Running | The report job is running. |
|
| FsrmReportRunningStatus_Unknown | The report job status in unknown. |
See Also
RunningStatus
Microsoft.Storage Namespace
Return to top