hu_Yield()

Yield.

Synopsis:

#include "huyield.h"
 
int hu_Yield(sb_YieldCtx yieldCtx)

Since:

BlackBerry 10.0.0

Arguments:

yieldCtx

Yield context object pointer.

Library:

libhuapi (For the qcc command, use the -l huapi option to link against this library)

Description:

Returns:

SB_ERR_NULL_CONTEXT

Context object is NULL.

SB_ERR_BAD_CONTEXT

Context object is invalid.

SB_SUCCESS

Success.