window.runtime property | window.runtime.flash.desktop.InvokeEventReason |
Inheritance | InvokeEventReason Object |
Runtime Versions: | 1.5.1 |
reason
property of an InvokeEvent
object.
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
LOGIN : String = "login" [static]
Indicates that the InvokeEvent event occurred due to the user logging in. | InvokeEventReason | ||
STANDARD : String = "standard" [static]
Indicates that the InvokeEvent occured for any reason other than login. | InvokeEventReason |
Constant Detail
LOGIN | Constant |
public static const LOGIN:String = "login"
Runtime Versions: | 1.5.1 |
Indicates that the InvokeEvent event occurred due to the user logging in.
STANDARD | Constant |
public static const STANDARD:String = "standard"
Runtime Versions: | 1.5.1 |
Indicates that the InvokeEvent occured for any reason other than login.
Thu Sep 29 2011, 02:34 AM -07:00