We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64de7c commit cc00dd8Copy full SHA for cc00dd8
src/ScheduledTasks/Client/ScheduleClient.cs
@@ -45,6 +45,7 @@ protected ScheduleClient(string scheduleId)
45
/// </summary>
46
/// <remarks>
47
/// The schedule will stop executing but remain in the system.
48
+ /// Does not affect orchestrations that have already been started.
49
/// </remarks>
50
/// <param name="cancellation">The cancellation token that can be used to cancel the operation.</param>
51
/// <returns>A task that completes when the schedule has been paused.</returns>
0 commit comments