Share via


WorkflowSettings.MinInactiveSeconds Property

Definition

Gets or sets the maximum number of seconds a workflow can be inactive.

public:
 property int MinInactiveSeconds { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MinInactiveSeconds { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MinInactiveSeconds : int with get, set
Public Property MinInactiveSeconds As Integer

Property Value

The maximum number of seconds a workflow can be inactive.

Attributes

Applies to