2.2.1.2.9 FsrmActionType

The FsrmActionType enumeration defines the set of the action types that can be triggered in response to a quota or file screen event.

 typedef  enum _FsrmActionType
 {
   FsrmActionType_Unknown = 0,
   FsrmActionType_EventLog = 1,
   FsrmActionType_Email = 2,
   FsrmActionType_Command = 3,
   FsrmActionType_Report = 4
 } FsrmActionType;

FsrmActionType_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.

FsrmActionType_EventLog:  The action will log an event to the application event log.

FsrmActionType_Email:  The action will send an email.

FsrmActionType_Command:  The action will execute a command or script.

FsrmActionType_Report:  The action will generate a report.