Share via


ManagementPackTask.Timeout Property

Definition

Gets or sets the time that the workflow is allowed to execute before being terminated by the health service.

public:
 property int Timeout { int get(); void set(int value); };
public int Timeout { get; set; }
member this.Timeout : int with get, set
Public Property Timeout As Integer

Property Value

An integer value that is the time that the workflow is allowed to execute before being terminated by the health service.

Applies to