PSResumableActivityHostController
Class
Definition
This class will be used for disconnected execution where the Job Id and bookmark will be used resume the execution of workflow after the completion of activity controller work.
public abstract class PSResumableActivityHostController : Microsoft.PowerShell.Activities.PSActivityHostController
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PSActivityHostController
Constructors
| PSResumableActivityHostController(PSWorkflowRuntime) |
Default Constructor |
Properties
| SupportDisconnectedPSStreams |
This property indentifies if the Activity controller is running in disconnected mode or not. If it is running in disconnected mode then all the output and data streams will be provied as new objects. |
Methods
| StartResumablePSCommand(Guid, Bookmark, PowerShell, PowerShellStreams<PSObject,PSObject>, PSActivityEnvironment, PSActivity) |
StartResumablePSCommand |
| StopAllResumablePSCommands(Guid) |
StopResumablePSCommand |