FsrmReportRunningStatus enumeration (fsrmenums.h)

Defines the running states a for a report job.

Syntax

typedef enum _FsrmReportRunningStatus {
  FsrmReportRunningStatus_Unknown = 0,
  FsrmReportRunningStatus_NotRunning = 1,
  FsrmReportRunningStatus_Queued = 2,
  FsrmReportRunningStatus_Running = 3
} FsrmReportRunningStatus;

Constants

 
FsrmReportRunningStatus_Unknown
Value: 0
The report job status in unknown.
FsrmReportRunningStatus_NotRunning
Value: 1
The report job is not running.
FsrmReportRunningStatus_Queued
Value: 2
The report job is queued to run but is not running.
FsrmReportRunningStatus_Running
Value: 3
The report job is running.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)

See also

IFsrmReportJob::RunningStatus