Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ namespace System.Management.Automation
/// Interface exposing driver single thread invoke enter/exit
/// nested pipeline.
/// </summary>
#nullable enable
internal interface IRSPDriverInvoke
{
void EnterNestedPipeline();
void ExitNestedPipeline();
bool HandleStopSignal();
}
#nullable restore

/// <summary>
/// This class wraps a RunspacePoolInternal object. It is used to function
Expand Down