BusinessProcessKeepViewVisibleAfterExit Property

Gets or sets the value determining if the BusinessProcess's form should remain visible after the BusinessProcess exits.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool KeepViewVisibleAfterExit { get; set; }

Property Value

Boolean

Remarks

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.

See Also