Is there any way to exit progress immediately? #150
Answered
by
SMartorelli
Williamclouf
asked this question in
Q&A
-
Is there any way to exit itself immediately after calling a banner or alert notification? |
Beta Was this translation helpful? Give feedback.
Answered by
SMartorelli
Mar 3, 2023
Replies: 1 comment
-
Hi @Williamclouf you can do it in a couple of way:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SMartorelli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Williamclouf you can do it in a couple of way:
&
at the end of the banner/alert invocation in order to spin the process to a sub-shell and be free to continue with your script, e.g..../IBM\ Notifier -type banner -title "This is a title" &