1.

Explain Triggerevent()?

Answer»

TriggerEvent() executes the specifed EVENT’s script right way. All pre-defined events are defined as ENUMERATED DATA types under TriggerEvent().

TriggerEvent() FUNCTION executes synchronously, the next command after this command will not be executed untill thios command is executed completly.

Return TYPE is :

Return 1 Successfully Executed.
Return -1 Invalid.

TriggerEvent() executes the specifed event’s script right way. All pre-defined events are defined as enumerated data types under TriggerEvent().

TriggerEvent() function executes synchronously, the next command after this command will not be executed untill thios command is executed completly.

Return type is :

Return 1 Successfully Executed.
Return -1 Invalid.



Discussion

No Comment Found