ExecutePipelineActivity.WaitOnCompletion Property

Definition

Gets or sets defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.waitOnCompletion")]
public bool? WaitOnCompletion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.waitOnCompletion")>]
member this.WaitOnCompletion : Nullable<bool> with get, set
Public Property WaitOnCompletion As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to