Previous Index Next

BridgePlus.framework, SMSForder Class Methods

Category

Miscellaneous methods

Method

fordEvent

Summary

Use to force screen updates and/or keep an app responsive without the spinning cursor. Calls nextEventMatchingMask:untilDate:inMode:dequeue: and sendEvent: to handle any pending events before continuing.

Signature

+ (void)fordEvent

Parameters

 

Result

None

Availability

Version 1.3.0

Notes

 

Sample

use scripting additions

use framework "Foundation"

use script "BridgePlus"

load framework


set theResult to current application's SMSForder's fordEvent()


Click here to open script in a script editor