2.2.1.2.13 FsrmReportRunningStatus
The FsrmReportRunningStatus enumeration defines the set of running states for a report, classification, or file management job.
-
typedef enum _FsrmReportRunningStatus { FsrmReportRunningStatus_Unknown = 0, FsrmReportRunningStatus_NotRunning = 1, FsrmReportRunningStatus_Queued = 2, FsrmReportRunningStatus_Running = 3 } FsrmReportRunningStatus;
FsrmReportRunningStatus_Unknown: This enumeration value is not used by FSRM and MUST NOT be referenced. If the server receives this enumeration value, it MUST consider the value invalid and not apply any changes.
FsrmReportRunningStatus_NotRunning: The report, classification, or file management job is not running.
FsrmReportRunningStatus_Queued: The request to run the Report job, Classification job, or File Management Job has been made and an associated Running Job (section 3.2.1.5.1.3), Running Classification job has been added to the Running Report Job Queue, Running Classification Job Queue, or Running File Management Job Queue respectively, but the task is not running at the moment.
FsrmReportRunningStatus_Running: The Report job, Classification job, or File Management Job is running.