Share via


PSWorkflowJob.GetPersistableIdleAction Method

Definition

GetPersistableIdleAction

public:
 Microsoft::PowerShell::Workflow::PSPersistableIdleAction GetPersistableIdleAction(System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Hosting::BookmarkInfo ^> ^ bookmarks, bool externalSuspendRequest);
public Microsoft.PowerShell.Workflow.PSPersistableIdleAction GetPersistableIdleAction (System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo> bookmarks, bool externalSuspendRequest);
member this.GetPersistableIdleAction : System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo> * bool -> Microsoft.PowerShell.Workflow.PSPersistableIdleAction
Public Function GetPersistableIdleAction (bookmarks As ReadOnlyCollection(Of BookmarkInfo), externalSuspendRequest As Boolean) As PSPersistableIdleAction

Parameters

externalSuspendRequest
Boolean

Returns

Applies to