Native referenceFiveM

CLOSE_SEQUENCE_TASK

0x39E72BC99E6360CB TASK
FUNCTION SIGNATURE
void CLOSE_SEQUENCE_TASK(int taskSequenceId);
Property Value
Native Name CLOSE_SEQUENCE_TASK
Hash 0x39E72BC99E6360CB
Return Type void
Parameters taskSequenceId (int)

Description: For an example on how to use this please refer to OPEN_SEQUENCE_TASK

NOTE

If you fail to call CLOSE_SEQUENCE_TASK and CLEAR_SEQUENCE_TASK this can get stuck in a broken state until you restart your client.

Parameters

  • taskSequenceId (int) — The task sequence to close
Back to TASK