ReportingService2006.PauseSchedule(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions | <xref:Microsoft.SharePoint.SPBasePermissions.ManageWeb> |
Paused shared schedules cannot run until they are resumed. To resume a schedule, use the ResumeSchedule method.