The following example creates a new scheduled task.



Code Sample

# Creates a new scheduled report execution task.

$identifier = $administration.DO_CreateScheduledTask("ReportExecution");

 


# Creates a new scheduled report binder execution task.

$identifier = $administration.DO_CreateScheduledTask("ReportBinderExecution");