PSWorkflowJob.OnIdle Property
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.
Delegate action on workflow idling
public:
property Action<Microsoft::PowerShell::Workflow::PSWorkflowJob ^, System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Hosting::BookmarkInfo ^> ^> ^ OnIdle { Action<Microsoft::PowerShell::Workflow::PSWorkflowJob ^, System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Hosting::BookmarkInfo ^> ^> ^ get(); void set(Action<Microsoft::PowerShell::Workflow::PSWorkflowJob ^, System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Hosting::BookmarkInfo ^> ^> ^ value); };
public Action<Microsoft.PowerShell.Workflow.PSWorkflowJob,System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo>> OnIdle { get; set; }
member this.OnIdle : Action<Microsoft.PowerShell.Workflow.PSWorkflowJob, System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo>> with get, set
Public Property OnIdle As Action(Of PSWorkflowJob, ReadOnlyCollection(Of BookmarkInfo))