Microsoft FactoryOrchestrator Core UWPTask AutoPassedIfLaunched
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.UWPTask
UWPTask.AutoPassedIfLaunched Property
Gets or sets a value indicating whether this Task is automatically marked as Passed if the app is launched.
public bool AutoPassedIfLaunched { get; set; }
Property Value
System.Boolean
If true
, if this UWP app is successfully invoked, the TaskRun is marked as passed; otherwise, if false
, the TaskRun must be manually passed via UpdateTaskRun().