danielvlopes writes: > exist some way to set enabled to false for entire > application while transactions ocour?
Application.application.enabled = false; should do the trick. Set it back to true when the transaction is done.
danielvlopes writes: > exist some way to set enabled to false for entire > application while transactions ocour?
Application.application.enabled = false; should do the trick. Set it back to true when the transaction is done.