Prevent weather unsafe events from stopping scripts and running ACP-Weather
Weather.DisableUnsafeInterrupts(TimeLimitMinutes)
The method syntax has these parts:
Part | Description |
---|---|
TimeLimitMinutes (Integer) | Maximum time allowed for weather unsafe interrupts to be disabled ( must be greater than zero, no default) |
Return (Nothing) | Does not return a value. |
Calling this inhibits a weather unsafe event from stopping a script in progress (if any) and running the ACP-Weather script. This allows scripts to be run in unsafe weather conditions, presumably when the observatory is already in a safe condition.
If TimeLimitMinutes minutes elapses before calling EnableUnsafeInterrupts() the interrupts will be enabled anyway.