PSWorkflowJob.GetPersistableIdleAction 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.
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
- bookmarks
- ReadOnlyCollection<BookmarkInfo>
- externalSuspendRequest
- Boolean