Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 445 Bytes

startscript.rst

File metadata and controls

24 lines (18 loc) · 445 Bytes

_plugin_startscript

Creates a new thread to run the callback function asynchronously.

void _plugin_startscript(
    CBPLUGINSCRIPT cbScript //callback
);

Parameters

cbScript

Callback with the following typedef:

typedef void (*CBPLUGINSCRIPT)();

Return Values

This function does not return a value.