--- In [email protected], "Funky" <hypersam...@...> wrote:
>
> Hi, 
> Is that possible to show a alarm icon on a bar when I set a schedule or a 
> timer?
> Usually I have some "shutdown countdown timer" or alarm or something similar. 
> If I forget to disable timer, I will suffer a shutdown without notice. or 
> forget to set a timer
>

If you are using a timer, just surround a button with
format contextif (timerrunning(x))
<button here>
format endcontext

Not so easy for a scheduled event.

You could use the confirm option of the shutdown event.  Or if you need 
unattended shutdown, use event.message or wait message.


Reply via email to