thrEndJobContext

End the current job context

Description:

This function ends the job context started by the earlier matching call to thrBeginJobContext. Any remaining jobs belonging to the current job context are exported into the parent job context.

Invocation

void thrEndJobContext( ThrWorkForce workforce, int status )

Arguments

workforce
Pointer to the workforce performing the jobs. If NULL is supplied, this function returns without action.
status
Pointer to the inherited status value.