Changes between Version 10 and Version 11 of Documentation/SystemQueue
- Timestamp:
- Feb 4, 2010, 6:13:12 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/SystemQueue
v10 v11 83 83 == Using !EnterMethod functionality == 84 84 85 If using events seems to complicated, Ariba provides an easier method called EnterMethod. It simply interrupts the Ariba thread, puts it into a safe state so you can call whatever function you require on the Ariba interface.85 If using events seems to complicated, Ariba provides an easier method called !EnterMethod. It simply interrupts the Ariba thread, puts it into a safe state so you can call whatever function you require on the Ariba interface. Note, that the call to {{{EnterMethod::enter()}}} will block until the current Ariba event has been handled. However, this should not take more than a few milliseconds at most. 86 86 87 87 {{{