FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
void kHxNode_RequestAppRestart ( kHxNode  node)

Requests that the application should be restarted after exiting.

Application restarts enable information from error-checking that normally occurs during shutdown to be preserved so that it can be accessed after restart. It can also be used (with some risk) as a faster form of reset when debugging.

This feature may not be supported on every platform. If this feature is not supported, this method has no effect.

This method is not thread safe.