ReportingService2005.PauseSchedule(String) Method

Definition

Pauses the execution of a given schedule.

public:
 void PauseSchedule(System::String ^ ScheduleID);
public void PauseSchedule (string ScheduleID);
member this.PauseSchedule : string -> unit
Public Sub PauseSchedule (ScheduleID As String)

Parameters

ScheduleID
String

The ID of the schedule.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions UpdateSchedules (System)

Paused shared schedules cannot run until they are resumed. To resume a schedule, use the ResumeSchedule method.

The PauseSchedule method can be run in a batch operation.

Applies to