Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The execution context defines the event context in which your code runs. For more information, see Client API execution context.
The execution context object provides the following methods.
| Method | Description |
|---|---|
| getDepth | Returns a value that indicates the order in which this handler runs. |
| getEventArgs | Returns an object with methods to manage this handler. |
| getEventSource | Returns a reference to the object that the event occurred on. |
| getFormContext | Returns a reference to the form or an item on the form depending on where the method was called. |
| getSharedVariable | Retrieves a variable set by using the setSharedVariable method. |
| setSharedVariable | Sets the value of a variable to be used by a handler after the current handler completes. |
Related articles
Client API execution context
Save event arguments
Understand Client API object model