PSWorkflowInstance.Timer 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.
Gets the timers of workflow.
public:
virtual property Microsoft::PowerShell::Workflow::PSWorkflowTimer ^ Timer { Microsoft::PowerShell::Workflow::PSWorkflowTimer ^ get(); void set(Microsoft::PowerShell::Workflow::PSWorkflowTimer ^ value); };
public virtual Microsoft.PowerShell.Workflow.PSWorkflowTimer Timer { get; set; }
member this.Timer : Microsoft.PowerShell.Workflow.PSWorkflowTimer with get, set
Public Overridable Property Timer As PSWorkflowTimer