Click or drag to resize

JobBreakWithResult property

A job may already have a clear logical result, before all the children have finished their processing. If BreakWithResult=True, these are then cancelled. Does not apply if a job trigger has been set.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public bool BreakWithResult { get; set; }

Property value

Boolean
See also