FsrmReportScheduler Interface
Used to manage scheduled tasks for report jobs and file management jobs. All methods of the IFsrmReportScheduler interface are available in this class. To create this object from a script, use the "Fsrm.FsrmReportScheduler" program identifier.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateScheduleTask(String, Object, String) | Creates a scheduled task that is used to trigger a report job.(Inherited from IFsrmReportScheduler.) |
![]() | DeleteScheduleTask(String) | Deletes a task that is used to trigger a report job.(Inherited from IFsrmReportScheduler.) |
![]() | ModifyScheduleTask(String, Object, String) | Modifies a task that is used to trigger a report job.(Inherited from IFsrmReportScheduler.) |
![]() | VerifyNamespaces(Object) | Verifies that the specified local directory paths that are used as the source for the reports are valid.(Inherited from IFsrmReportScheduler.) |
FSRM implements this class.
