IFsrmReportJob.RunningStatus Property
Retrieves the running status of the report job.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmReportRunningStatus RunningStatus { get; }
property _FsrmReportRunningStatus RunningStatus {
_FsrmReportRunningStatus get();
}
abstract RunningStatus : _FsrmReportRunningStatus with get
ReadOnly Property RunningStatus As _FsrmReportRunningStatus
Property Value
Type: Microsoft.Storage._FsrmReportRunningStatus
Returns a _FsrmReportRunningStatus containing the running status of the report job. For possible values, see the _FsrmReportRunningStatus enumeration.
See Also
IFsrmReportJob Interface
Microsoft.Storage Namespace
Return to top