This function executes "HLT" (Opcode : F4) instruction.
"HLT" : Stops instruction execution and places the processor in a HALT state.
BOOL Hlt();
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.