ExecutableConditionAttribute.TimeoutSeconds 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 or sets the maximum number of seconds to wait for the executable to exit when Arguments are provided. A value less than or equal to 0 means no timeout. The default is 30 seconds.
public int TimeoutSeconds { get; set; }
member this.TimeoutSeconds : int with get, set
Public Property TimeoutSeconds As Integer