Close Task Window
Name in migrated code: KeepViewVisibleAfterExit
Location in migrated code: OnLoad
Migrated Code Example
protected override void OnLoad()
{
KeepViewVisibleAfterExit = true;
}
Condition as an expression:
protected override void OnLoad()
{
BindKeepViewVisibleAfterExit(() => !(ENV.Security.UserManager.CurrentUser.Name == "SUPERVISOR"));
}
Property Values
True or false. The default is True which is Close task window = Yes in Magic
See Also
UIController KeepViewVisibleAfterExit
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com