Skip to content

Microsoft FactoryOrchestrator Core UWPTask TerminateOnCompleted

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.UWPTask

UWPTask.TerminateOnCompleted Property

Gets or sets a value indicating whether this UWP app is terminated when the Task is completed (Passed or Failed). If AutoPassedIfLaunched is true, this value is ignored.

public bool TerminateOnCompleted { get; set; }

Property Value

System.Boolean
If true, the app is automatically terminated when the TaskRun is completed.