Method
FridaScriptterminate
Declaration
void
frida_script_terminate (
FridaScript* self,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description [src]
Interrupts any JavaScript currently executing and unloads the script, even if it is stuck in a long-running or infinite operation.
Parameters
cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. _callback_-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. _callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.