BusinessProcessKeepViewVisibleAfterExit Property
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool KeepViewVisibleAfterExit { get; set; }
Public Property KeepViewVisibleAfterExit As Boolean
Get
Set
member KeepViewVisibleAfterExit : bool with get, set
Property Value
Boolean When this property is set to false (the default) the form will close when the
BusinessProcess exists, and all the form's of tasks that were called by the
BusinessProcess that are still visible, will close also.
Used mainly in master detail scenarios. See
CachedTasktaskClass.