FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kNode_EnableRescueWait ( kNode  node,
kBool  enable 
)

Enables the feature to wait for a rescue message at boot time.

This feature is more appropriate for use during development than in the field, because it extends boot time by a certain timeout, optionally controlled via kNode_EnableRescueWait. The decision to use this in production can be made on a product-by-product basis. Apart from extending the boot time, there's little downside to enabling this feature.

Refer to the kSystem_StartRescue documentation for information on how to rescue nodes that support this feature.

Parameters
nodeNode object.
enablekTRUE to enable the feature.
Returns
Operation status.
See also
kSystem_StartRescue, kSystem_StopRescue