-
Notifications
You must be signed in to change notification settings - Fork 22
Description
With the need to now run a LaunchDaemon for actions such as installing Jamf Connect for some workflows, users may now be presented with a screen where their next action to take (as set via finalAction) is to continue, restart, or shut down. In cases where Setup Manager is being used directly by end users in a zero-touch environment, users may try to take this action before the script as set by the LauchDaemon has finished, leading to a Mac in an undesired state.
What I propose is to add the ability to simply wait instead. With the 'wait' option, the button would be grayed out with the word 'wait' and the countdown timer would be ignored (treated as -1). It would then be up to the admin to get the Mac out of this state on their own, likely via a restart or shutdown from the LaunchDaemon. In addition, the status message should be updated to advise the user to wait. An option to customize this message may also be useful.